B
Bradley C. Hammerstrom
Access2000
The crosstab query counts inspections. On the report, I want the field to
display "X" if there is at least one inspection, blank for none.
I tried this in the Control Source for a Text Box:
=IIf([Inspection]>0,"X","")
but get #Error
When I leave the Control Source as Inspection it returns the number of
inspections.
Is this do-able?
Brad H.
The crosstab query counts inspections. On the report, I want the field to
display "X" if there is at least one inspection, blank for none.
I tried this in the Control Source for a Text Box:
=IIf([Inspection]>0,"X","")
but get #Error
When I leave the Control Source as Inspection it returns the number of
inspections.
Is this do-able?
Brad H.