Hi guys,
I want my 'Hours' record within my continuous form to be red background if the 'Category' section for that entry is set to 'Absent'. I am using this form as a subform within a main form.
I have tried when expression is...
[Forms]![FrmHoursSubform]![Category]="Holiday"
and...
[Forms]![FrmHoursRpt].[FrmHoursSubform]![Category]="Holiday"
...ANY IDEAS WHERE IM GOING WRONG (probably something simple!)
I want my 'Hours' record within my continuous form to be red background if the 'Category' section for that entry is set to 'Absent'. I am using this form as a subform within a main form.
I have tried when expression is...
[Forms]![FrmHoursSubform]![Category]="Holiday"
and...
[Forms]![FrmHoursRpt].[FrmHoursSubform]![Category]="Holiday"
...ANY IDEAS WHERE IM GOING WRONG (probably something simple!)
Comment