Hi,
I don't really know how to ask this question properly, but here goes. My problem is this - I want to have multiple users on a database, and I want them to have access to the same forms so that they can enter the data simultaneously. An auto ID has already been created, using the default value field of the control ("PUB1234", etc...), which auto increments. This works great with one user, but not with many - both users can enter the same ID at the same time, and obviously one will overwrite the other.
I can only think of two possibilities: Check the ID before updating the database, and then changing it accordingly, or (as I have done before) create another table, with only 1 record and 1 field, which can be used to store the ID and check it that way.
Does anyone have any ideas?
Nick
I don't really know how to ask this question properly, but here goes. My problem is this - I want to have multiple users on a database, and I want them to have access to the same forms so that they can enter the data simultaneously. An auto ID has already been created, using the default value field of the control ("PUB1234", etc...), which auto increments. This works great with one user, but not with many - both users can enter the same ID at the same time, and obviously one will overwrite the other.
I can only think of two possibilities: Check the ID before updating the database, and then changing it accordingly, or (as I have done before) create another table, with only 1 record and 1 field, which can be used to store the ID and check it that way.
Does anyone have any ideas?
Nick