Update info from one form to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a command button on a form, which opens a "search form" to locate a
record on the main form.

How can I redirect the "search form" info that comes up to go to that record
on the main form.

Thanks for your help.
 
Diane

If your search form allows you to select the desired record, does it also
provide the recordID (whether visible or not)?

If so, you could "filter" the main form, based on the ID selected. Or you
could modify the source of record(s) shown in the main form to only include
the selected ID's record.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top