I recently made a very basic "Client" DBGrid that shows info from an Access database (connected made with an ADOQuery, DataSource,ADOConnection and ADOTable). I would like to know if there is a way that I can search for spesific records (like just a name) and add the "Payment" table of that record together and show it in a Memo when I press a button.
I have searched for help far and wide and I couldn't find anything logical, it may be a stupid question to someone who is an expert but I find this very difficult, so please be kind.
Search should be done via ADOTable methods Locate(). If you use ADOQuery you can rewrite SQL for search as well (don't forget to protect against injections and use parameters if possible) If you need to display some extra info while pressing a button - obtain needed key value from AdoTable and apply as parameter for dependent query