Combine/Merge Tables in Access 2010
The following is a very basic merge, it assumes the data structure is the same for all combined tables.
- Select the first table within Tables Pane
- Copy the selected table (CTRL+C)
- Paste the copied table into the Tables Pane (CTRL+V)
- The Paste Table As dialog will appears
- Ensure the Structure and Data option is selected, select OK
- Open the newly copied table in Design View (Right-click > Design View)
- Drop all AutoNumber fields, Primary Keys, and Foreign Keys
- Save the changes to the copied table
- Copy the new table (CTRL+C)
- Paste the new table into the Tables Pane (CTRL+V)
- The Paste Table As dialog will appear again
- Type the name of the table that will recieve the copied data
- Ensure the Append Data to Existing Table option is selected, select OK
Using this method Access provids no feedback on the results of the merge.
Quick and dirty!



what do I do there?
DROP is SQL lingo
DROP = delete/remove
Everything that I have read so far about joins/appends/merges require all fields to be the same across all tables to be combined into one.
Is there a way to combine multiple tables that have different fields?
Here's a good example on the MS office site:
http://office.microsoft.com/en-us/access-help/exam...
Hope that helps.
brings in a portion of the data.
Thanks,
Steve