C
c8tz
hi,
i have a query such that within a date range it puts on a report
certain info.
problem is : when there is no record - on the report shows #error
under each column for report. I've tried an example given such that
it shows a Label "no records for this date period" - which works but
still showing the #error #error etc.
How do I hide the data ..ie #error and show only the label - or better
yet , change these #error to show 0.00
i tried using Nz(Amt) in underlying query but still not working.
Many thanks for all help given.
i have a query such that within a date range it puts on a report
certain info.
problem is : when there is no record - on the report shows #error
under each column for report. I've tried an example given such that
it shows a Label "no records for this date period" - which works but
still showing the #error #error etc.
How do I hide the data ..ie #error and show only the label - or better
yet , change these #error to show 0.00
i tried using Nz(Amt) in underlying query but still not working.
Many thanks for all help given.