I have a database that uses a combobox as the main screen. employees choose the duty they are working on from the combo box, which in turn opens the related form for each duty. Occasionally, when users are doing the same duty, the database locks and gives an error stating "cannot update record - record currently locked". I have the forms set as DataEntry, thinking that it would always go to a new record and prevent that error, but its still happening.
How do i properly handle multiple users?
How do i properly handle multiple users?
Comment