List all not in other table

Q

Question Boy

I need to generate a list of all the Project Number in a table that do not
appear in another table How would the SQL synthax go?

Table 1
Name: Parameters
Field: ProjNum

Table 2
Name: Eng
Field: ProjNum

I need to get a list of all the ProjNum in the Parameters table that do not
appear in the Eng table.

Thank you in advance for your guidance.

I will eventuallly master SQL... I hope

QB
 
Q

Question Boy

Never mind. Once I opened my eyes, I realized that the built in Unmatched
query wizard was exactly what I was looking for.

QB
 

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