F
fanor
Hi all,
I have a numeric field in a report, but when its value is 0 I don't want
to be printed, how can i get that?? i tried to use IIF, but for some
reason i got #Error
IIF([myfield]=0,"",str([myfield]))
my field is not an ACCESS reserved word
thaks so much guys
I have a numeric field in a report, but when its value is 0 I don't want
to be printed, how can i get that?? i tried to use IIF, but for some
reason i got #Error
IIF([myfield]=0,"",str([myfield]))
my field is not an ACCESS reserved word
thaks so much guys