Hi all,
I'm stuck trying to set a text field in a subform
Here's the scenario.
I have mainForm1. Inside frm_MainForm1 is frm_Form2.
I'm trying to access a text field in that subform to set the text value.
The code I have is the following:
I appreciate any help provided!
I'm stuck trying to set a text field in a subform
Here's the scenario.
I have mainForm1. Inside frm_MainForm1 is frm_Form2.
I'm trying to access a text field in that subform to set the text value.
The code I have is the following:
Code:
Forms!frm_MainForm1!frm_Form2.Form!txtField = count
I appreciate any help provided!