Exclude records in query

Joined
Jun 25, 2005
Messages
73
Reaction score
0
Hi,

I have a query for forecasting component requirements from bill of materials
and sales forecast tables. I want to do a risk assessment on different
groups of top level part numbers in the sales forecast and see the effect in
the component forecast per month. I can create a new query and link the
forecast query with a table of top level parts to see the component forecast
for this group of top level part numbers but how can I create a query that
excludes component forecast records based on a list of top level parts?

Thanks
Steve
 
J

Jeff Boyce

Steve

If you can create a query that returns top level parts, it would seem you'd
want to create a new query that says "find all from my first query that are
not in my top-level parts query".
 
Last edited by a moderator:
Joined
Jun 25, 2005
Messages
73
Reaction score
0
Jeff,

Many thanks, this is exactly what I needed.
 
Last edited by a moderator:

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