Let's say that the field that identifies that record uniquely is called
RecID. Let's say that your form is called MyForm.
In your append query, in the criteria row under the RecID field type:
[Forms]![MyForm]![RecID]
The command button in your form will run this query.
If the record is in a subform then tell me and I'll tell you how to do that.
Evi
Charles Pratt said:
I tried running an Append query but it wants to append the whole recordset
to the new table. I only want to append the current record being viewed not
the whole recordset. I don't know how to set up the criteria to make that
happen.
The reason we are putting it into a different table is because we will be
changing the data and we want to keep the original data intact.
thank you
joined