Experts:
I need some assistance with modifying a form/sub-form operation.
Background:
- Attached is a **sample** database which contains a few tables AND one main form plus one subform
- Also, attached are two JPGs which illustrate two different scenarios.
Scenario #1:
- Open database
- Open form “F10_StaffMemberToOffice”
- In this case, the subform display the data properly
Scenario #2:
- Open database
- Next, open any table (e.g., “T01_Billets”)
- Then, open form “F10_StaffMemberToOffice”
- In this scenario, the subform does NOT display any data (i.e., user is getting an error "You tried to lock table... but table cannot be locked because it is currently in use..."
Here's the underlying issue:
- This database is utilized by multiple users
- The form/subform include data from three (3) key tables (organization, billets, staff members).
- While user #1 may be the only person accessing the form/subform, another user may utilize yet another form which only access, e.g., "T01_Billets".
My question:
- How can I potentially modify the form/subform so that other users who access any of these three tables won't have a conflict resulting in the subform not showing data (i.e., locking the tables)?
Thank you,
EEH