Combining 2 Identical Query Columns into 1

G

Guest

I am using ODBC to connect to Quickbooks which is pulling two different types
of transactions (sales orders and invoices) from two different tables, but
they have similar column names. I have 2 queries setup to get the proper info
from each table, but I want to combine it into 1 query using one column for
each type of info. For example, Customer Name from qrysalesorders and
Customer Name from qryinvoices into one column. I would have to do this with
several columns including ship date. Is this possible?

Thanks
 
R

Rick B

I believe you are looking for a UNION query.

The help files can assist you with building one.
 

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


Top