Hi All
I have a database which hold customer contact details (amongst other stuff)
I have just brought in a table with all addresses in the area.
I have created a dynamic search form like this: http://www.access-programmers.co.uk/forums/showthread.php?t=188663 to search the address table and would like to now be able to select a result from the SearchResults list box and transfer the details into another form.
To explain more fully, I have a main_form with an address_history sub form. I have a button on the address_history form which has the code goto new record, open FRM_AddressSearch.
I want to then search for an address, double click it, and have the entry copied across to the address fields in the address_history subform.
Hope I have explained this well enough.
Thanks
Kev
I have a database which hold customer contact details (amongst other stuff)
I have just brought in a table with all addresses in the area.
I have created a dynamic search form like this: http://www.access-programmers.co.uk/forums/showthread.php?t=188663 to search the address table and would like to now be able to select a result from the SearchResults list box and transfer the details into another form.
To explain more fully, I have a main_form with an address_history sub form. I have a button on the address_history form which has the code goto new record, open FRM_AddressSearch.
I want to then search for an address, double click it, and have the entry copied across to the address fields in the address_history subform.
Hope I have explained this well enough.
Thanks
Kev