B
bicyclops
I'm trying to produce a query that will show all quote numbers that have no
line items that were ordered. Structure is this:
Tables: Quotes & QuoteDetails, one-to-many
Field: [Ordered] Yes/No in QuoteDetails
There will be several records in QuoteDetails for each quote number. Some of
the records for a given Quote will have [Ordered] turned on, but not others.
I can produce a query that has shows quote numbers that have ANY item
ordered easily enough, but I'm not sure how to produce one that has NO items
ordered.
Thanks in advance.
line items that were ordered. Structure is this:
Tables: Quotes & QuoteDetails, one-to-many
Field: [Ordered] Yes/No in QuoteDetails
There will be several records in QuoteDetails for each quote number. Some of
the records for a given Quote will have [Ordered] turned on, but not others.
I can produce a query that has shows quote numbers that have ANY item
ordered easily enough, but I'm not sure how to produce one that has NO items
ordered.
Thanks in advance.