M
Marc T
Hi All,
here's the current problem:
I have a form with a tab control which itself shows four instances of the
same subform (with different recordsets).
I've currently got the following expression for conditional formatting:
[Forms]![frmMainBrowse]![frmMainComboBox]![frmData]![DT_PLANNED_START]<>" "
This works great if you're only using the one tab, but if you move to
another the conditional formatting still refers to the first tab.
Is there any way to set the expression to only refer to the particular tab
you're on? Only other way I can think is to duplicate the subforms....
Thanks as always,
Marc
here's the current problem:
I have a form with a tab control which itself shows four instances of the
same subform (with different recordsets).
I've currently got the following expression for conditional formatting:
[Forms]![frmMainBrowse]![frmMainComboBox]![frmData]![DT_PLANNED_START]<>" "
This works great if you're only using the one tab, but if you move to
another the conditional formatting still refers to the first tab.
Is there any way to set the expression to only refer to the particular tab
you're on? Only other way I can think is to duplicate the subforms....
Thanks as always,
Marc