G
GMC
Hello all,
I am having problems trying to figure out how to write a statement that only
shows a column if there is something in the column. Right now I get a bunch
of blank records and then the one record with the stuff in it that I need.
I have a report that works off a query. The query works off a table and has
a field in it called "other_new_specify" and one with
"other_pending_specify". What I want to do is have the field show up on the
report only when there is something populating it those two fields.
The following statement gives me errors
Iif(IsNull(other_pending_specify]="" ""[other_pending_specify])
Any suggestions?
Thanks
I am having problems trying to figure out how to write a statement that only
shows a column if there is something in the column. Right now I get a bunch
of blank records and then the one record with the stuff in it that I need.
I have a report that works off a query. The query works off a table and has
a field in it called "other_new_specify" and one with
"other_pending_specify". What I want to do is have the field show up on the
report only when there is something populating it those two fields.
The following statement gives me errors
Iif(IsNull(other_pending_specify]="" ""[other_pending_specify])
Any suggestions?
Thanks