Sum, group, date

G

Guest

I am query for data between two dates (11/1/04 and 12/31/04) and group the
data. My results bring up [names], [num] and [dates].

Bob 2 11/14/04
Bob 3 11/15/04
Will 4 12/1/04
Will 3 12/2/04

I want to sum Bob and Will, 5 and 7. The date criteria is affecting the
summing of the [num]. How do I solve this problem?

Thanks
 
G

Guest

I made a mistake. I should be using "WHERE" in "GROUP BY" in the statement.

Duane Hookom said:
Provide your SQL.
Tell us what is wrong with your results.

--
Duane Hookom
MS Access MVP
--

finster26 said:
I am query for data between two dates (11/1/04 and 12/31/04) and group the
data. My results bring up [names], [num] and [dates].

Bob 2 11/14/04
Bob 3 11/15/04
Will 4 12/1/04
Will 3 12/2/04

I want to sum Bob and Will, 5 and 7. The date criteria is affecting the
summing of the [num]. How do I solve this problem?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top