cardgunner
Registered User.
- Local time
- Yesterday, 20:49
- Joined
- Aug 8, 2005
- Messages
- 210
I'm trying to add a set of records to a table where in that table a field's data type is set to AutoNumber. I can this by copying the records and pasting them into the table. However I would like to simplify the process. I tried doing an append query and it would not let me do it. Actually it error'd saying there where violations and etc do you want to do it anyways. Um sure why not, right. Wrong. It changed my autonumber to number and inserted the records with 0 for that field. Now I can not change the field back to AutoNumber. Arggggg. So after I fix this...
Is there a way to append the table with an append query(or any other query or any other way) so I would not have to copy and paste the new records into the table?
Is there a way to append the table with an append query(or any other query or any other way) so I would not have to copy and paste the new records into the table?