S
Striker3070
I have a small table in A2007 that has only a few fields in it. Date,
Location, Accepted, Count (these are the ones that matter)
I need to do a query that can group by Location and count the Yes/No's in
the Accepted field. On any one date there might be 20 input from the same
location, so I suppose the correct option is to group by location first.
The end goal here is to create a report that groups by location code and
counts the yes/no for that location. Currently I have them entering a date,
but I want to get to a report that does the same thing Year to date, and
month to date. Not sure if I should be doing a query that create a new
table each time
Location, Accepted, Count (these are the ones that matter)
I need to do a query that can group by Location and count the Yes/No's in
the Accepted field. On any one date there might be 20 input from the same
location, so I suppose the correct option is to group by location first.
The end goal here is to create a report that groups by location code and
counts the yes/no for that location. Currently I have them entering a date,
but I want to get to a report that does the same thing Year to date, and
month to date. Not sure if I should be doing a query that create a new
table each time