I have a main form (Form A), and I want to create a Search form (Form B). The Search form functions like a filter, that lets me filter down to a subset of records, based on criteria, that displays on Form B in a table via a subform. After I found the record that I'm looking for in Form B, I want to be able to double-click on the record, and the corresponding record is displayed in Form A.
How can I accomplish that? What do I need in the double-click event? Hope I'm making sense...
How can I accomplish that? What do I need in the double-click event? Hope I'm making sense...