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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top