Filtering a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table called Inventory that contains all the computers every
purchased. The list has many different models, and many computers are the
same model. How do I query this table to show me one of each type of model.

Ex.
Instead of seeing this:
Inspiron 9100
Inspiron 9100
Inspiron 9100
Inspiron 9100
Inspiron 700m
Inspiron 700m
Inspiron 700m

I want to see this:
Inspiron 9100
Inspiron 700m
 
Assuming your query contains just this field as a column, click on the totals
button on the toolbar and this will put Group By in your column.
Run the query.
 

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

Back
Top