I have the following path:
Form [frmMain]
Tab [tabMain]
Page [pag1]
SubForm [sfrmA]
Control [txtAccelID]
I'm trying to reference the txtAccelID in my code, however, can't seem to make it work.
This is where I am now:
[Forms]![frmMain]![tabMain]![pag1]![sfrmA].[txtAccelID]
Any suggestions or could someone point me in the right direction.
Form [frmMain]
Tab [tabMain]
Page [pag1]
SubForm [sfrmA]
Control [txtAccelID]
I'm trying to reference the txtAccelID in my code, however, can't seem to make it work.
This is where I am now:
[Forms]![frmMain]![tabMain]![pag1]![sfrmA].[txtAccelID]
Any suggestions or could someone point me in the right direction.