Query for all but one item

C

Chip Asmus

This must be a very beginner question... But I am stumped

I have a few tables... Customer which holds most of my information. Status
which is a list of 8 items. I have the two with relationship between the
status level on each field. The customer record is linked to status with a
drop down field to Status.

Now I want to run a query that shows everything BUT the completed status. I
tried <>"Completed" in criteria, but then I got seven listings for each
record. (when only one item was in the customer field)

Any help would be appreciated.

Chip Asmus
Lawlers Hallmark
 
C

Chip Asmus

Tried that, and it shows everything from the status fields. In the customer
field it is selected "On Order" but the query shows the same record seven
times (all but completed.)

The field of status is a look up field in the customer table. It is tied to
Status. Maybe I set that up wrong?

Chip
 

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