I would like to put a command button on a form that would clear all the
data for the record shown.
What is the best way to proceed please?
Clarification:
Do you want to erase the data currently stored in your Table for that
record?
Do you want to erase the data that the user has added or changed for
the current record and go back to editing the same record again, from
scratch?
Or do you want to move to the new record, saving the work that has
been done on this record?
All three are possible but require different actions.
John W. Vinson[MVP]