Relating information between main form and navigation forms.

@stan

Registered User.
Local time
Today, 00:53
Joined
Feb 26, 2013
Messages
29
New to the navigation form: I need several forms in the navigation form to all relate to the same client ID field. I have this information on the main form but the form with in the navigation form will not pick it up. I have tried =[Forms]![Frm Client Information Navigation Panel]![ClientID] But just cant get it to pick up that information... Help! thank you

I would like to have something like the master link fields and, child link fields but when I add a form to the navigation form this option in not available, any one know a work around.
 
I would pass it using OpenArgs then populate it with the form OnOpen event. Access help on OpenArgs is pretty good.
 

Users who are viewing this thread

Back
Top Bottom