I have two forms set up in a database, both linked to one table. They are the same form except one is used to add & edit records, while the other is used to search and look at records.
The add/edit form defaults to new record when opened. This is fine.
I want to be able to search for a record in the search form, and once a record is located click on a button which will open the add/edit form at the record selected in the search form. I also want to close the search form at that point.
Is this possible? If so, can someone point me in the right direction.
Thanks in advance.
The add/edit form defaults to new record when opened. This is fine.
I want to be able to search for a record in the search form, and once a record is located click on a button which will open the add/edit form at the record selected in the search form. I also want to close the search form at that point.
Is this possible? If so, can someone point me in the right direction.
Thanks in advance.