Imdabaum
02-27-2007, 12:05 PM
I was working on a database and created a query for a report. However when I was finished with the query i sent it back and the user informed me that he could no longer enter data into the application. I tried it and it keeps telling me that the new record would duplicate the Primary Key.
I checked the table design for the table and the Primary key an autonumber that is set to long integery, new values = increment, format= nothing, caption =nothing, Indexed= Yes(No Duplicates), Smart tags = nothing
Thought something was wrong. So I tried entering data directly into the table and the autonumber is incrementing but for some reason it is starting 200 record IDs back. The latest id is 3224 and the new one has been incrememnting from 3194... Do I have to go through 28 more errors before it catches up?
The more important question is what would have caused this?:banghead:
I checked the table design for the table and the Primary key an autonumber that is set to long integery, new values = increment, format= nothing, caption =nothing, Indexed= Yes(No Duplicates), Smart tags = nothing
Thought something was wrong. So I tried entering data directly into the table and the autonumber is incrementing but for some reason it is starting 200 record IDs back. The latest id is 3224 and the new one has been incrememnting from 3194... Do I have to go through 28 more errors before it catches up?
The more important question is what would have caused this?:banghead: