I would like to apply conditional formatting to a field on a subform. If I set Myfield ]]
I added the DLookup to add the field to my subform.
=DLookup("T-R-S", "qry_HHH", "Criteria='string'")
I then set my conditional rule
Value = DLookUp("T-R-S", qry_HHH","Criteria = 'string' ")
The Apply button does not work and my "T-R-S" field shows #Error
I am lost. What am I doing wrong?
Thank you.
Rccline
I added the DLookup to add the field to my subform.
=DLookup("T-R-S", "qry_HHH", "Criteria='string'")
I then set my conditional rule
Value = DLookUp("T-R-S", qry_HHH","Criteria = 'string' ")
The Apply button does not work and my "T-R-S" field shows #Error
I am lost. What am I doing wrong?
Thank you.
Rccline