K
Ken Ivins
I know this should be easy but I am not getting it. I need to refer to a
textbox on a subform located on a tabbed page (see below). What is the
proper format.
Main form = frmMain
Sub Form = subfrmVacation
Textboxes = txbYearBegin txbYearEnd
Tab = tbTimeOut
Between [Forms]![frmMain].[subfrmVacation].[txbYearBegin].[Form]![tbTimeOut]
And [Forms]![frmMain].[subFrmVacation].[txbYearEnd]
Thanks for your help,
Ken
textbox on a subform located on a tabbed page (see below). What is the
proper format.
Main form = frmMain
Sub Form = subfrmVacation
Textboxes = txbYearBegin txbYearEnd
Tab = tbTimeOut
Between [Forms]![frmMain].[subfrmVacation].[txbYearBegin].[Form]![tbTimeOut]
And [Forms]![frmMain].[subFrmVacation].[txbYearEnd]
Thanks for your help,
Ken