I am not sure what you are trying to do here. You want to copy identical debit or credit amounts from one table to another, and then delete the amounts from the first table?
Why would you want to do that?
Use an Append query to move the amounts, and a Delete query to remove them.
<scratching head>
HTH
mmcdonal
|