New button to clone last record

M

mscertified

Is there an easy way to do the following:

I want the action of a new command button to be the same as the new record
button except all controls will be pre-populated with the data from the last
record added (which will be the last in the recordset). Is there an easy way
to do this without opening a recordset or populating each control
individually? Thanks.
 
Top