K
Karen53
Hi,
I have a tab control on a form. On one of the pages I have a check box.
There is also a sub form on the page giving me a value for the check box.
The user has the option of accepting the value from the sub form or not. I
have a button to accept the sub form value.
I used this code on a different page of the tab control which worked before
.. I have moved it to a new page and now it will not work. I have triple
checked the check box name and the sub form name. I have deleated the sub
form and re-inserted it. Nothing works. I have run out of things to check.
Here is the code...
Me.chk_Balboa.Value = Me.frm_A_sub_AppLocations![chk_Balboa]
Thanks
I have a tab control on a form. On one of the pages I have a check box.
There is also a sub form on the page giving me a value for the check box.
The user has the option of accepting the value from the sub form or not. I
have a button to accept the sub form value.
I used this code on a different page of the tab control which worked before
.. I have moved it to a new page and now it will not work. I have triple
checked the check box name and the sub form name. I have deleated the sub
form and re-inserted it. Nothing works. I have run out of things to check.
Here is the code...
Me.chk_Balboa.Value = Me.frm_A_sub_AppLocations![chk_Balboa]
Thanks