D
Diarmuid
I have a Access 2000 multi user database, with the back end on a windows
2000 server. I have several tables with auto number primary keys. About once
a month two of the tables ( A + B) have a problem - the autonumber generated
is one already used. Thus the user gets an error message about duplication.
Repair and compact won't fix the problem - I have to run an append query to
set the next number to be generated.
All the latest patches and jet updates are installed on the server. Table A
is simple, just 4 fields with only a couple of hundred records. Normally
only changed by one user. It is never opened in recordsets, only changed in
a suboform.
Table B is more complex, with around 20,000 records and may be changed by
around 5 users at once. It is opened in code as a DOA recordset. Table B has
this problem a lot more often than table A.
Any suggestions?
Thanks
Diarmuid
2000 server. I have several tables with auto number primary keys. About once
a month two of the tables ( A + B) have a problem - the autonumber generated
is one already used. Thus the user gets an error message about duplication.
Repair and compact won't fix the problem - I have to run an append query to
set the next number to be generated.
All the latest patches and jet updates are installed on the server. Table A
is simple, just 4 fields with only a couple of hundred records. Normally
only changed by one user. It is never opened in recordsets, only changed in
a suboform.
Table B is more complex, with around 20,000 records and may be changed by
around 5 users at once. It is opened in code as a DOA recordset. Table B has
this problem a lot more often than table A.
Any suggestions?
Thanks
Diarmuid