Is it possible to conditionally format a text box on the main (single)form based on the value of a check box on a sub form? If so how would you construct the format statement?
I've tried the following:
IIf([Forms]![sfrmSurveySent].[SurveySent]= Yes,True,False)
I've tried the following:
IIf([Forms]![sfrmSurveySent].[SurveySent]= Yes,True,False)