Gambler089
Programmer
I have come to this project a little after the fact so I will explain as best I can the problem.
We are using SQL 7.0 as backend to Access 97. The Db is replicated to another site, both sites can enter data. Had problems with autonumber if 2 people entered data at the same time. The solution was apparently to assign a random long integer as the primary key. (I can't find any code that does this.)
The problem seems to be the number changes at some point in the process of saving the record???
Working from enterprise manager I have entered a new record and move to the next new record (no number assiged yet), requery the table it shows a number assigned to the record. Close the db and reopen, the number has been changed???
Anybody have any ideas? I am totaly lost on this one!
Thanks in advance, Gambler089
We are using SQL 7.0 as backend to Access 97. The Db is replicated to another site, both sites can enter data. Had problems with autonumber if 2 people entered data at the same time. The solution was apparently to assign a random long integer as the primary key. (I can't find any code that does this.)
The problem seems to be the number changes at some point in the process of saving the record???
Working from enterprise manager I have entered a new record and move to the next new record (no number assiged yet), requery the table it shows a number assigned to the record. Close the db and reopen, the number has been changed???
Anybody have any ideas? I am totaly lost on this one!
Thanks in advance, Gambler089