Hi,
I know this should be easy but I can't get it to work. I want to add a conditional format to a report field based on an expression that evaluates two conditions:
([txtCriteria1].[Text]="") And ([txtTypeNum].[Text]=1)
I'm sure this is just a case of syntax. Should I reference the recordset instead of the report fields?
Thanks for your help!
Neil
I know this should be easy but I can't get it to work. I want to add a conditional format to a report field based on an expression that evaluates two conditions:
([txtCriteria1].[Text]="") And ([txtTypeNum].[Text]=1)
I'm sure this is just a case of syntax. Should I reference the recordset instead of the report fields?
Thanks for your help!
Neil