Moving Rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having trouble with moving a row of information from one table to
another. Can anyone assist?

Thank you.
 
You usually do this with an append query. This will paste rows into a
destination table. When you say move, it implies that you also want it
removed from the source table. If this is what you want, you'll also need a
delete query to remove the record.

How do you want to do this? From a form? How do you choose which record to
move?

Barry
 
Back
Top