joining queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two tables which contain alost of the same fields.
I would like to either make another table with the selected fields from both
or just join two queries together. Please can someone tell me ow do i do
this?
 
To pull data from two tables, you would need to create a UNION query or a
UNION ALL query. The help files will show you how.
 

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

Back
Top