paulmcdonnell
Ready to Help
- Local time
- Today, 02:10
- Joined
- Apr 11, 2001
- Messages
- 167
I need a query to return a 0 and not just cave in?
Hi guys
I have a query A which collates the counted results of other queries B1 B2 B3.
I.e three separate queries count the number of records in 3 different recordsets. query A is a simple query collating these results in one record set.
Should any of the count queries (B1 B2 or B3) return no items then that query is empty and my summation query A returns a blank also (even if other queries B2 and B3 do report a count).
If your following this ... I need to know how to get a query to report 0 if there are no records to count.
Anyone have any ideas..
THANKS
PAUL
Hi guys
I have a query A which collates the counted results of other queries B1 B2 B3.
I.e three separate queries count the number of records in 3 different recordsets. query A is a simple query collating these results in one record set.
Should any of the count queries (B1 B2 or B3) return no items then that query is empty and my summation query A returns a blank also (even if other queries B2 and B3 do report a count).
If your following this ... I need to know how to get a query to report 0 if there are no records to count.
Anyone have any ideas..
THANKS
PAUL