Copying a record from one table to another

A

Aran

I want to be able to copy a record from one table and
place that record in another table and deleting it from
the original table in the process in a click of a button,
is this possible?

Basically once I need to archive an item all you would
need is to have the record on screen and select
the "archive" button.

Thankyou in adavnce
 
S

Steve Schapel

Aran,

To do this with a macro, you will need to make an Append Query to add
the record from the first table to the second table. Then, you can use
a macro with two actions, firstly an OpenQuery action to run the append,
and then a RunCommand/DeleteRecord action to delete the local record.
 

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

Top