Moving record from one table to another

durdle

Registered User.
Local time
Today, 22:28
Joined
May 7, 2002
Messages
130
Hey,

Just wondering if anyone can explain to me how I can write code, to MOVE a record from one table(tblmain) and put that into another table(tbltemp).

Thanks
Chris
________
volcano classic
 
Last edited:
If the structure is the same for both tables you can run an append query and then a delete query.
 

Users who are viewing this thread

Back
Top Bottom