Jul 14, 2004 #1 vino10 Programmer Joined Feb 8, 2004 Messages 30 Location PH Guys, How Can i Merge 2 tables with same columns into 1 table?
Jul 14, 2004 #2 lupins46 MIS Joined Feb 19, 2004 Messages 2,509 Location GB Backup your database. Create a query using table2. Select all fields. From the Query menu, change the query to an Append query. Append to Table1. Save the query. Run the query. If all is Ok you can remove table2. Upvote 0 Downvote
Backup your database. Create a query using table2. Select all fields. From the Query menu, change the query to an Append query. Append to Table1. Save the query. Run the query. If all is Ok you can remove table2.