M
mattc66 via AccessMonster.com
Hi All,
I have some code in my subform. I am would like to run an if statement like
below. If on the main form a check box is checked then... However my syntax
is wrong and the code cant see my main form object. Can anyone help.
If Forms![frmPO_Lookup].Form!ckref = True Then
....
Thanks
I have some code in my subform. I am would like to run an if statement like
below. If on the main form a check box is checked then... However my syntax
is wrong and the code cant see my main form object. Can anyone help.
If Forms![frmPO_Lookup].Form!ckref = True Then
....
Thanks