G
Guest
Hi all,
I made a table with a numAuto field as a primary key. I would like to copy to keep track of my records, so I have decided that evrytime a record is changed in my form, I will create a new record having a field containing the ID of the old record.
In order to do that, I am trying to copy the recordset of my form to a new one, so it will be assigned a new numAuto ( I don't know the english term for the number type that automatically increases !).
But I can't figure out how !
Thanks in advance for your help !
Nico
I made a table with a numAuto field as a primary key. I would like to copy to keep track of my records, so I have decided that evrytime a record is changed in my form, I will create a new record having a field containing the ID of the old record.
In order to do that, I am trying to copy the recordset of my form to a new one, so it will be assigned a new numAuto ( I don't know the english term for the number type that automatically increases !).
But I can't figure out how !
Thanks in advance for your help !
Nico