N
Nick Mleczko
Hi,
This one's driving me crazy. I've got a tab control with a subform on
each tab. each subform has a check box. I can access the value of the
checkbox on the first tab, the syntax follows;
Forms!frmMain.sfrmQuoteList.Form.chkCurrentQuotesOnly
the second tab's syntax is the same but differs in subform name and
checkbox name, when I execute the following line I get the dreaded run-
time error 2465! 'Application defined or object defined error
Forms!frmMain.sfrmJCList.Form.chkCurrentJCOnly
What am I doing wrong?
PS Acc2003 Pro
thanks
Nick
This one's driving me crazy. I've got a tab control with a subform on
each tab. each subform has a check box. I can access the value of the
checkbox on the first tab, the syntax follows;
Forms!frmMain.sfrmQuoteList.Form.chkCurrentQuotesOnly
the second tab's syntax is the same but differs in subform name and
checkbox name, when I execute the following line I get the dreaded run-
time error 2465! 'Application defined or object defined error
Forms!frmMain.sfrmJCList.Form.chkCurrentJCOnly
What am I doing wrong?
PS Acc2003 Pro
thanks
Nick