Issue with text box on a subform of a form linking to another form (1 Viewer)

jjake

Registered User.
Local time
Today, 17:13
Joined
Oct 8, 2015
Messages
291
Hello,

I have a form [Frm1] with a text box [ID1]

I have a button [cmd1] that opens [frm2]

On [frm2] i have a subform [subfrm1]

My goal is to click on the button which opens [subfrm1] and displays [id1] from [frm1] on the subform.

Basically i have a form with information on it and i click a button to open a pop up with a form to add extra information tied to [id1]. When i generate a report it will take information from both [frm1] and [subfrm1]

Thanks.
 

James Deckert

Continuing to Learn
Local time
Today, 17:13
Joined
Oct 6, 2005
Messages
189
you can reference an open form like so.
Forms![formName]!formcontrol
 

Users who are viewing this thread

Top Bottom