Hi everyone,
I am attempting to build a database in access utilising forms. Adding data is fine but in order to edit and delete an existing record, one must search first. I am trying to get the search function operating and the results of the search to appear on a separate form with an edit and delete button allowing those functions to be done on that very record. Tutorials only show split forms where the results of the search(typed or combo box) appear on the same form and I'm finding difficulty linking an edit an delete button to that record.
Hope that was clearly explained, I tried and I'm extremely new to access.
This is just an example I followed where the search bar and results are on the same form along with the code.