Hi,
I am new to using Access in a multiple user environment. I have a database (inherited) that will soon be shared by about 8 people for entering work orders.
My question is regarding the data entry form. The Work Order Number is not an auto-number field. It is based on another table (WO Master) that only has 1 entry -- which would be the next work order number. Apparently, when a new work order is saved in the first form, a query runs which adds 1 to the number in WO Master. If the add record process is aborted, the original number in the WO Master table is maintained.
So, I'm assuming that if a user is in the process of entering a new record and a second user opens the data entry form, they will both have the same Work Order Number.
Can anyone explain how to use record locking in this situation. I'm afraid I'll lock everyone out of using anything at all in the database. I really can't change the Work Order Number field to an auto-number at this point -- the database already has over 4,000 records in it.
Any help/pointers would be greatly appreciated.
Thank you
I am new to using Access in a multiple user environment. I have a database (inherited) that will soon be shared by about 8 people for entering work orders.
My question is regarding the data entry form. The Work Order Number is not an auto-number field. It is based on another table (WO Master) that only has 1 entry -- which would be the next work order number. Apparently, when a new work order is saved in the first form, a query runs which adds 1 to the number in WO Master. If the add record process is aborted, the original number in the WO Master table is maintained.
So, I'm assuming that if a user is in the process of entering a new record and a second user opens the data entry form, they will both have the same Work Order Number.
Can anyone explain how to use record locking in this situation. I'm afraid I'll lock everyone out of using anything at all in the database. I really can't change the Work Order Number field to an auto-number at this point -- the database already has over 4,000 records in it.
Any help/pointers would be greatly appreciated.
Thank you