MelissaVal
06-07-2002, 10:33 AM
If I type in some information into one form is it possible to be automatically filled into another form. I just need the "Entity ID" and "Entity Name" filled in to one form and I need that same information automatically put into another form once I select which form it should go to. Is this possible?
llkhoutx
06-07-2002, 10:47 AM
On the AfterUpdate event of each field you want to carry over, store into your second form (which must be open). Possibly open and hide the second form if it's not already open.
llkhoutx
06-07-2002, 10:47 AM
On the AfterUpdate event of each field you want to carry over, store into your second form (which must be open). Possibly open and hide the second form if it's not already open.
David R
06-07-2002, 02:12 PM
There is a help topic, "Synchronize records between two forms."
MelissaVal
06-10-2002, 06:41 AM
David R,
Where can I find this help topic?
Thanks
David R
06-12-2002, 09:45 AM
I wasn't being clear. The help file is in Access (at least in Acc2k). Open the search window and type in those words, and you should get that topic to come up.