A
Aurora
I am using Access 2000
I created a db last year, with an autonumber field
(labeled ID), incrementing by 1 and starting at 30000.
This number is used as a quote number in our Sales Dept.
Now I want to change the autonumber to begin with 40000.
I know I have done this in the past (mostly with a new and
empty db), by changing the starting value of an
incrementing autonumber field. But this time it's not
working. Could this be because there are records in the
Db.
I created a temp Db with one number (Long Int) field, ID.
I put 40000 in this field. In the Quote Db, I changed any
fields that were indexed with "No duplicates"
to "duplicates OK". I don't have any required fields and
I took the primary key off of the ID autonumber field.
I then created an append query to append this record to
the quote Db. But nothing happened. The Db is still
using the 30000 numbering system.
Does anyone have any ideas of to where I went wrong. I
really need some help here.
Aurora
I created a db last year, with an autonumber field
(labeled ID), incrementing by 1 and starting at 30000.
This number is used as a quote number in our Sales Dept.
Now I want to change the autonumber to begin with 40000.
I know I have done this in the past (mostly with a new and
empty db), by changing the starting value of an
incrementing autonumber field. But this time it's not
working. Could this be because there are records in the
Db.
I created a temp Db with one number (Long Int) field, ID.
I put 40000 in this field. In the Quote Db, I changed any
fields that were indexed with "No duplicates"
to "duplicates OK". I don't have any required fields and
I took the primary key off of the ID autonumber field.
I then created an append query to append this record to
the quote Db. But nothing happened. The Db is still
using the 30000 numbering system.
Does anyone have any ideas of to where I went wrong. I
really need some help here.
Aurora