I am using A2003. I have an single-Form that uses =nz(DMax(field),0)+1 for the key's default value. The key is set for no-duplicates.
Multiple users are stumbling on each other when concurrently using the form.
At this point, it's easier just to tell my small group to not enter the application when others are in it. At least until I further understand multi-user environments in Access.
My immediate concern though is an integrity problem. When two users are in one record (lets say #2550) on the form, #2550 will retain data for the first user that closes. When the second user closes, the form closes with no error. There is no hint to the unaware user that the record was not saved.
Error handling code is not triggered either. And I have tried both lock options in the database options.
How can I either create an error situation to keep records from disappearing without the user knowing or lock the form to one user?
Thank you.
Multiple users are stumbling on each other when concurrently using the form.
At this point, it's easier just to tell my small group to not enter the application when others are in it. At least until I further understand multi-user environments in Access.
My immediate concern though is an integrity problem. When two users are in one record (lets say #2550) on the form, #2550 will retain data for the first user that closes. When the second user closes, the form closes with no error. There is no hint to the unaware user that the record was not saved.
Error handling code is not triggered either. And I have tried both lock options in the database options.
How can I either create an error situation to keep records from disappearing without the user knowing or lock the form to one user?
Thank you.