G
Guest
Hi all,
Im trying to assign a button that will copy all the data in a form(bound to
a table) to a new entry.
I have an autonumber field in the form.
I use the DoCmd.GoToRecord acForm, "xxxxxxx", acNewRec
The problem is that in the table, each time that i hit the duplicate
button,two rows are created. one empty with just a +1 in the autonum field
and the other with all the data i've copied with code.
Thanks a lot in advance
Im trying to assign a button that will copy all the data in a form(bound to
a table) to a new entry.
I have an autonumber field in the form.
I use the DoCmd.GoToRecord acForm, "xxxxxxx", acNewRec
The problem is that in the table, each time that i hit the duplicate
button,two rows are created. one empty with just a +1 in the autonum field
and the other with all the data i've copied with code.
Thanks a lot in advance