How to merge 2 identical tables ?

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

I have two identical tables... all fields are the same...

tblOne
id
name
city
state

tblTwo
id
name
city
state

I want to merge the data into a single table.
Both tables are in the same access database.

How do you do this?

thanks for any help.
 
Back
Top