I have a table, "Sessions", that has lookup fields which each pull in a value from the Employee, Checks, and Client tables. (They're each "one" to the Session table's "many". ) Because I'm moving to forms, I want to remove these fields - or at least, not use them any more.
When I get the form set up, it will have combo boxes connecting directly to the Employee, Checks, and Clients tables. But it seems that the next thing that I'll have to do is select the values in each of these fields for every record in "Sessions", right?
Is there a one-time way to retain the data from the lookup fields?
I'm guessing that I would:
1) Create the form before removing the lookup fields from Session,
2) Run some kind of one-time macro that, for each record of Session, instructs the form to "select" the appropriate Employee, Check, and Client based on the value in the lookup fields.
3) Delete the lookup fields from Session.
If I'm right, I'll need help writing that macro. If I'm wrong, then I just need help.
Thanks....
When I get the form set up, it will have combo boxes connecting directly to the Employee, Checks, and Clients tables. But it seems that the next thing that I'll have to do is select the values in each of these fields for every record in "Sessions", right?
Is there a one-time way to retain the data from the lookup fields?
I'm guessing that I would:
1) Create the form before removing the lookup fields from Session,
2) Run some kind of one-time macro that, for each record of Session, instructs the form to "select" the appropriate Employee, Check, and Client based on the value in the lookup fields.
3) Delete the lookup fields from Session.
If I'm right, I'll need help writing that macro. If I'm wrong, then I just need help.
Thanks....