Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group By query

Status
Not open for further replies.

joeblow3

Programmer
Joined
Jun 9, 2008
Messages
21
Location
CA
I am doing a "group-by" query. There is one field - a date field - which I want to appear in my query because it's tied to parameter conditions.

But I don't want it as a group-by field because it gives me duplicate records. However, I get an error message if I don't put group-by in the total box for the date. How do I go about it?

Thanks in advance.
 
You have a query question, you should provide your SQL view.
You might be able to simply change the GROUP BY to WHERE. Uncheck the View checkbox.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top