Meging Existing Tables

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

Guest

I inherited a database at work that has (oddly enough) too many tables. All
30+ of the tables have the exact same design. How can I merge them into one
new or existing table?
 
Set up an append query that appends records from one table to another. I
have a feeling that you have a couple conditions/constraints that you
haven't mentioned.
 
Back
Top