add data from one table into other table

  • Thread starter Thread starter Boss
  • Start date Start date
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!
 
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.
 
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.
 
Back
Top