J
jimphilly
I'm having a heck of a time getting to a control on a sub form from a main
form. I use the following convention
Forms![frm MAIN_FORM]![frm SUB_FORM]![CONTROL_NAME]
However when I run the code, I get an error message informing me Access
cannot find the field named [frm SUB_FORM]. Then I tried taking the mainform
out of the line leaving me with
Forms![frm SUB-FORM]![CONTROL_NAME]
Then the message reads can find find the form named frm subform. As far as
I can tell the subform is opened. I can see it.
I'm baffled. Can you help me?
form. I use the following convention
Forms![frm MAIN_FORM]![frm SUB_FORM]![CONTROL_NAME]
However when I run the code, I get an error message informing me Access
cannot find the field named [frm SUB_FORM]. Then I tried taking the mainform
out of the line leaving me with
Forms![frm SUB-FORM]![CONTROL_NAME]
Then the message reads can find find the form named frm subform. As far as
I can tell the subform is opened. I can see it.
I'm baffled. Can you help me?