Moving Records in Access 2000

  • Thread starter Thread starter Denise Parish
  • Start date Start date
D

Denise Parish

This is all very new to me. I would also like to know how to move records
from one table to another. Thank you.

Denise Parish
 
Denise Parish said:
This is all very new to me. I would also like to know how to move records
from one table to another. Thank you.

There is no way to "move" per se. You use an append query to copy the data to
the second table followed by a delete query to remove it from the first.

Such activities would rarely be required in a properly designed database by the
way. What exactly is the reason for doing this?
 

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