I'm making a form for searching which opened from a main form, displays results in a listbox and repositions the record of the main form accordingly.
I have the listbox displaying all the results and everything, but I've run into a problem repositioning the main forms record. The results consist of an ID which is the primary key of the main forms datasource.
Is there a way to return a value from a form?
I'm opening the form with the docmd.openform method.
I have the listbox displaying all the results and everything, but I've run into a problem repositioning the main forms record. The results consist of an ID which is the primary key of the main forms datasource.
Is there a way to return a value from a form?
I'm opening the form with the docmd.openform method.