I have a search form.
It finds company names of a repeat customers from a customer table TblCustomer

If 3 choices come up,
I want to be able to click on the one I want.
It then opens a form we have FrmRequestForWO
Then puts the ID number from TblCustomer to
FrmRequestForWO
When that is done all the appropriate fields would fill in as well ie:
Company name, address, City, State, etc. etc.

What code can i put to make the Id from one Go to the opening Form's ID.

Thank you for any help,
Michael