G
Guest
What is the best way to duplicate a selected record in a subform which lists
multiple records? I created a command button and wrote code to save each
control, add a new record, then move all the saved fields into the new ones.
But this seems very cumbersome, also I will have to edit this every time I
change the subform. Is there a better way to do this? I tried using the
RecordsetClone of the subform, but it copies the first records instead of the
record selected on the subform. Any ideas from you Access guru's?
multiple records? I created a command button and wrote code to save each
control, add a new record, then move all the saved fields into the new ones.
But this seems very cumbersome, also I will have to edit this every time I
change the subform. Is there a better way to do this? I tried using the
RecordsetClone of the subform, but it copies the first records instead of the
record selected on the subform. Any ideas from you Access guru's?