blackduck603
Registered User.
- Local time
- Today, 06:18
- Joined
- Dec 27, 2007
- Messages
- 16
I have configured my Access db Security so that users in my Clerks group can do pretty much anything except Delete records. The db now resides in a shared folder on our LAN. When I launch my DB from my PC as user CLERK1 (with the /workgrp option and the appropriate MDW file), I have no problems or errors launching and opening the forms.
When I launch and log in as Clerk1 on a different PC on our LAN, I get the following error: "Recordset is not updateable"
Debugging shows that this occurs on the following line of code:
Me.ComboSubtypes = Me.ComboSubtypes.Column(0)
Any ideas why this would behave differently when accessed from 2 different PCs?
NOTE: I was logged into the LAN as a different user on the other PC. That user is supposed to have Read/Execute and Modify permission for the shared folder.
I appreciate any suggestions.
When I launch and log in as Clerk1 on a different PC on our LAN, I get the following error: "Recordset is not updateable"
Debugging shows that this occurs on the following line of code:
Me.ComboSubtypes = Me.ComboSubtypes.Column(0)
Any ideas why this would behave differently when accessed from 2 different PCs?
NOTE: I was logged into the LAN as a different user on the other PC. That user is supposed to have Read/Execute and Modify permission for the shared folder.
I appreciate any suggestions.