D
Dennis Hansen
I'm using a count control =count(*) in my report for
the information I need. If there are no records to count
it will not show the description of what I am counting, I
need to show the description on my report. And show a zero
balance; it would even be nice if actually said "zero
balance" but "0" would be fine.
I tried to format as you mentioned earlier, every control
in my report even some in the query
The query for this report is from another query, could
this be my problem?
Group header
Desc =count(*)
Section detail Property visible NO
Item Id another field another field
Thank you
Feeling a little stubpid now
Dennis Hanse
the information I need. If there are no records to count
it will not show the description of what I am counting, I
need to show the description on my report. And show a zero
balance; it would even be nice if actually said "zero
balance" but "0" would be fine.
I tried to format as you mentioned earlier, every control
in my report even some in the query
The query for this report is from another query, could
this be my problem?
Group header
Desc =count(*)
Section detail Property visible NO
Item Id another field another field
Thank you
Feeling a little stubpid now
Dennis Hanse