query grouping

P

Penny

How do you design a query and group according to one
field? example--you have in the fields--
Price Price Weight/Size
Product Product Product
Minprice MaxPrice


How would you set it up to where you could group the query
by the weight/size?
 
J

Jeff Boyce

Penny

Use a "Totals" query, grouping by the field of interest.

This is probably more suitable to the .queries newsgroup.

Good luck

Jeff Boyce
<Access MVP>
 
T

Tim Ferguson

How would you set it up to where you could group the query
by the weight/size?

Use a GROUP BY clause?

Remember that grouping by numerics will work only if the numbers match
exactly.

Hope that helps


Tim F
 

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