Why not just create two queries? One to append the current data to the other table, and the other to delete the data from the current table.<br>
<br>
A move is really just a copy and delete.<br>
<br>
Set it off like this:<br>
<br>
Sub button_Click()<br>
DoCmd OpenQuery "AppendQueryName"<br>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.