G
Guest
I have a summary query where the number of items for each person is counted.
The problem is I need to filter further the query by date and status (open or
closed) If a person has ten items, and four are open, with two created on the
same date, the query returns
Bill 6/30/2006 2 Open
Bill 6/29/2006 1 Open
Bill 6/28/2006 1 Open
what I want is Bill 4, but if I take out the date and open status, I
get Bill 10, which is all his items. Someone out there must have run into
this before, so I am asking for any help you can give.
Thanks,
Michael
The problem is I need to filter further the query by date and status (open or
closed) If a person has ten items, and four are open, with two created on the
same date, the query returns
Bill 6/30/2006 2 Open
Bill 6/29/2006 1 Open
Bill 6/28/2006 1 Open
what I want is Bill 4, but if I take out the date and open status, I
get Bill 10, which is all his items. Someone out there must have run into
this before, so I am asking for any help you can give.
Thanks,
Michael