C
Chip
Hi, I am new to ACCESS and i am building a report that i need a text box to
print "Call Me" if a field (Coord) of the query is blank or to print the
field (Coord) if the field (Coord) is populated.
I have tried the IIF statement:
IIF([Coord] is null, "Call Me", [Coord])
and it just is not working at all.
Is there a better way or am i not doing this IIf statement right???
Any help would be appreciated, and as always THANKS in Advance!!!
Chip
print "Call Me" if a field (Coord) of the query is blank or to print the
field (Coord) if the field (Coord) is populated.
I have tried the IIF statement:
IIF([Coord] is null, "Call Me", [Coord])
and it just is not working at all.
Is there a better way or am i not doing this IIf statement right???
Any help would be appreciated, and as always THANKS in Advance!!!
Chip