How to create a new record

D

Dou

After I entered a new record in a subform, How to automatically copy this
record to next row as new record?

Thanks
 
E

Ed Robichaud

Not sure why you would want two identical records, but you can "clone"
records by setting the value of each control in the new record to the value
in the last record, and/or you can try setting defaults for most of the
controls.
-Ed
 
Top