Select Queries

M

Mike

I have two select queries:
- one query with fields that contain division, store, layaway #,
line name (which has whether it was a deposit, markdown, tax) and amount, but
I have in the criteria to bring me back only the deposits.
- the other query has the same fields but I have it bringing me back
all of the returns (RTS) in the line name.

I want to create a query joining these select queries together, that way Im
left with open sales. I have also created a field which has concatenated by
division, store, and layaway #.

Thanks in advance.
 
J

Jeff Boyce

Are you saying that if something doesn't show up in either your first or
second query, you will consider it "open sales" (we don't know your
terminology)?

One approach might be to build a union query out of the two queries, then
build an unmatched query (have the query wizard in Access help on this)
between the union query and your full list/table.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Similar Threads

Select Queries 1
Joining Queries 1
Query out transaction 1
unique sales order and line number 4
Query out transactions Continued.. 4
transform data by summing columns 2
checa 1
Parameter 2

Top