add data from one table into other table

B

Boss

Hi,

how can we add reconrds from source table into destination table both in
same database without loosing the records of destination table.

Thanks!
 
P

pietlinden

Hi,

how can we add reconrds from source table into destination table both in
same database without loosing the records of destination table.

Thanks!

use an append query.
 
J

John W. Vinson

Hi,

how can we add reconrds from source table into destination table both in
same database without loosing the records of destination table.

Thanks!

Short answer: by running an Append query.

Long answer: I have no idea, since you don't describe your tables, their
primary keys, the nature of the data or the cause of your concern about losing
records.
 
Top