S
Scott Burke
I wont to reset the autonumber field.
I know of the method that has you create a table .....
create an append query .......
append the record....
delete that record....
There has to be a better way to do this.
This is what I wont to do.
1) import a file into the table ACS_IMPORT
1) The autonumber does its job. 1 - X
2) This field is used to keep the records in the right order.
2) copy the records from ACS_IMPORT to another table.
3) delete all records in ACS_IMPORT.
1) reset the autonumber field.
then do it all again next week.
is there a way to change the Autonumber.start count number thru VBA?
Scott Burke
I know of the method that has you create a table .....
create an append query .......
append the record....
delete that record....
There has to be a better way to do this.
This is what I wont to do.
1) import a file into the table ACS_IMPORT
1) The autonumber does its job. 1 - X
2) This field is used to keep the records in the right order.
2) copy the records from ACS_IMPORT to another table.
3) delete all records in ACS_IMPORT.
1) reset the autonumber field.
then do it all again next week.
is there a way to change the Autonumber.start count number thru VBA?
Scott Burke