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.
 
Back
Top