E
entjed
I have created a table with about 40 fields. The primary key field is "ID".
I would like to select a record on my form and copy that record to the end of
the same table and let access assign a new ID (primary Key: autonumber). I
am new with programming and not familiar with "INSERT" command. I need to
copy the entire record, not just select fields. I created an Append Query
and when executed alone does exactly what I want it to do, but I don't know
how to insert this into the code (for button selection). Thanks.
I would like to select a record on my form and copy that record to the end of
the same table and let access assign a new ID (primary Key: autonumber). I
am new with programming and not familiar with "INSERT" command. I need to
copy the entire record, not just select fields. I created an Append Query
and when executed alone does exactly what I want it to do, but I don't know
how to insert this into the code (for button selection). Thanks.