C
Carol
In my report, I am trying to print a row number. If there is no row number, I
would like it to say "unknown."
If I just type in [Row] in the Control Source, it prints out the row number
just fine (without "unknown," of course.)
When I change it to =IIf(IsNull([Row]),"Unknown",[Row]) I get the dreaded
#ERROR in all rows.
When I change it to =IIf([Row] Is Null,"Unknown",[Row]) I also get #ERROR in
all rows.
I also tried =nZ([Row],"Unknown") and also got #ERROR messages.
What the #^$$&^&**@* am I doing wrong? It has to be simple. Thank you so
much for any help you can give!
would like it to say "unknown."
If I just type in [Row] in the Control Source, it prints out the row number
just fine (without "unknown," of course.)
When I change it to =IIf(IsNull([Row]),"Unknown",[Row]) I get the dreaded
#ERROR in all rows.
When I change it to =IIf([Row] Is Null,"Unknown",[Row]) I also get #ERROR in
all rows.
I also tried =nZ([Row],"Unknown") and also got #ERROR messages.
What the #^$$&^&**@* am I doing wrong? It has to be simple. Thank you so
much for any help you can give!