A
Anna
I am making a report where I don't want the labels to
appear if the field is null. I asked a question how to do
this last week and got this response:
Right-click the label for City, and choose Change to |
Text box.
Set the Control Source of the text box to:
=If(IsNull([City], Null, "City")
I have done this for one of my fields, but when I try to
run the report I get the error message:
Syntax error (comma) in query expression '[IF(IsNull
([Physical Appearance @ 25°C],Null,"[Physical Appearance @
25°C"))]'
If anyone could tell me what my problem is I would really
appreciate it! Thanks!
appear if the field is null. I asked a question how to do
this last week and got this response:
Right-click the label for City, and choose Change to |
Text box.
Set the Control Source of the text box to:
=If(IsNull([City], Null, "City")
I have done this for one of my fields, but when I try to
run the report I get the error message:
Syntax error (comma) in query expression '[IF(IsNull
([Physical Appearance @ 25°C],Null,"[Physical Appearance @
25°C"))]'
If anyone could tell me what my problem is I would really
appreciate it! Thanks!