How to link two forms

KWHAT

Registered User.
Local time
Today, 00:49
Joined
Dec 7, 2011
Messages
19
I have to two different forms, however i have a foreign key in one of my other forms however the data doesn't seem to be automatically linked to it. When i created the two forms into one they are linked however, so my question is how can i do the same but in two separate forms ???
 

Attachments

  • q.png
    q.png
    38.1 KB · Views: 102
You can use the OpenArgs portion of the OpenForm command to pass information between forms, and then check that information in the On Load event of the form being called.
 

Users who are viewing this thread

Back
Top Bottom