N
Natasha
thanks for your time and your help:
I run append query to move data into the table which has
autonumber field, I have to do it constantly. RecordID
(autonumber field) never starts from 1, it goes to the
next number after I trancated the table. I tried to alter
table drop column RecordID and rebuild this column again,
I had error message, it does not delete autonumber column
and I can not create new column:
ALTER table Employees ADD COLUMN RecordID AUTOINDEX.
How can I create counter in the field to count records
when i run append query to move data from one table to
another
Thnaks
I run append query to move data into the table which has
autonumber field, I have to do it constantly. RecordID
(autonumber field) never starts from 1, it goes to the
next number after I trancated the table. I tried to alter
table drop column RecordID and rebuild this column again,
I had error message, it does not delete autonumber column
and I can not create new column:
ALTER table Employees ADD COLUMN RecordID AUTOINDEX.
How can I create counter in the field to count records
when i run append query to move data from one table to
another
Thnaks