D
DeCiDeR
I have a query which is not having any facility surgery count for
current month or previous month from table. I currently run the query
which will ask me for StartDate and EndDate. If I select StartDate as
6/1/2006 and EndDate as 6/30/2006. it will pull Surgery count for
Facility from the table for the selected date and also for previous
month. Here is how my report pulls right now.
Facility Name Month TotalCount
U of M June 5
May 7
Fresno June 3
Dallas M. May 7
Here is how my report should pull.
Facility Name Month TotalCount
U of M June 5
May 7
Fresno June 3
May 0
Dallas M. June 0
May 7
My query doesnt have any data for Fresno for May and nothing for Dallas
M. for June coming from table.
current month or previous month from table. I currently run the query
which will ask me for StartDate and EndDate. If I select StartDate as
6/1/2006 and EndDate as 6/30/2006. it will pull Surgery count for
Facility from the table for the selected date and also for previous
month. Here is how my report pulls right now.
Facility Name Month TotalCount
U of M June 5
May 7
Fresno June 3
Dallas M. May 7
Here is how my report should pull.
Facility Name Month TotalCount
U of M June 5
May 7
Fresno June 3
May 0
Dallas M. June 0
May 7
My query doesnt have any data for Fresno for May and nothing for Dallas
M. for June coming from table.