J Jonny Registered User. Local time Tomorrow, 01:05 Joined Aug 12, 2005 Messages 144 Feb 5, 2006 #1 I have three tables with a same structure (fields and e.t.c). I wanna append them into one table. How I do it?
I have three tables with a same structure (fields and e.t.c). I wanna append them into one table. How I do it?
R Rickster57 Registered User. Local time Today, 15:05 Joined Nov 7, 2005 Messages 431 Feb 5, 2006 #2 Append If you truly have 3 tables with identical fields I think you have answered your own question? Take table2 and write an append query to append it to table1. Then another append query to append table3 to table1.
Append If you truly have 3 tables with identical fields I think you have answered your own question? Take table2 and write an append query to append it to table1. Then another append query to append table3 to table1.
B Bat17 Registered User. Local time Today, 23:05 Joined Sep 24, 2004 Messages 1,687 Feb 6, 2006 #3 If this is a one-off I would not even bother with the append just open the table, highlight all the records and copy and paste! Peter
If this is a one-off I would not even bother with the append just open the table, highlight all the records and copy and paste! Peter