marge two tables in Access

  • Thread starter Thread starter Guest
  • Start date Start date
Using UNION query

Select Field1 , Field2 From Table1
UNION
Select Field1 , Field2 From Table2
 
abru said:
I need help from anyone please
how can i marge two tables?

thanks

Are you trying to add the records together from two tables with the same
field definitions or are you trying to add different fields in one table to
an original table that might have related data?
 

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