Referencing a subform

brsawvel

Registered User.
Local time
Today, 08:27
Joined
Sep 19, 2007
Messages
256
Hello,

I know the following code will refer to a txtbox within a form

Code:
([Forms]![frm1]![fld1])

But how do I refer to a txtbox within a subform within a form?
 
Hello,

I know the following code will refer to a txtbox within a form

Code:
([Forms]![frm1]![fld1])

But how do I refer to a txtbox within a subform within a form?

Hello

That would be:

Forms!myFirstForm!MySecondForm.Form!myControl

Best regards

Maurice
 

Users who are viewing this thread

Back
Top Bottom