I have written a pop up search form(SearchCustomerF) to search customer records it is currently launched from the invoice form (InvoiceF) and on exit it inputs the details into the invoice form.
I now want to launch the same search form from other forms within the database and on exit populate the fields on the originating form
The code I use at the moment is below
any suggestions would be greatly appreciated
Rudger
I now want to launch the same search form from other forms within the database and on exit populate the fields on the originating form
The code I use at the moment is below
Code:
[Forms]![invoicef]![CustomerID] = lstCustomer
[Forms]![invoicef].Requery
any suggestions would be greatly appreciated
Rudger