S
Stephen Raftery
Hi all, can anyone help with a wierd problem?
I have been using a database for soem years, which involves a number of
related tables. I have a table of Transactions which contains an autonumber
TransactionID, plus several other fields. There is also a table of Items,
which has an autonumber ItemID, and TransactionID which is a foreign key
pointing to the forst table.
What is happening now is that when I enter a new record, the autonumber does
not increment properly: it used to increment to the next higher number above
those already in teh table, but now it is filling in numbers of records that
have been deleted ages ago.
I have been able to temporarily fix it by Appending a junk table with just
the next autonumber value that I want it to have, but after a few minutes it
reverts to its odd behaviour.
The problem started when I installed the MSDE program, which I have since
removed, and re-installed the whole Access program, and created a new
database into which I imported all the structures and data from the old
database. All to no avail.
Does anyone know how I can fix this?
Stephen
Stephen
I have been using a database for soem years, which involves a number of
related tables. I have a table of Transactions which contains an autonumber
TransactionID, plus several other fields. There is also a table of Items,
which has an autonumber ItemID, and TransactionID which is a foreign key
pointing to the forst table.
What is happening now is that when I enter a new record, the autonumber does
not increment properly: it used to increment to the next higher number above
those already in teh table, but now it is filling in numbers of records that
have been deleted ages ago.
I have been able to temporarily fix it by Appending a junk table with just
the next autonumber value that I want it to have, but after a few minutes it
reverts to its odd behaviour.
The problem started when I installed the MSDE program, which I have since
removed, and re-installed the whole Access program, and created a new
database into which I imported all the structures and data from the old
database. All to no avail.
Does anyone know how I can fix this?
Stephen
Stephen