blackduck603
Registered User.
- Local time
- Yesterday, 19:13
- Joined
- Dec 27, 2007
- Messages
- 16
I am getting a "Recordset is not updateable" runtime error when the following line of code tries to execute.
' Set the combo to the 1st record
Me.ComboSubtypes = Me.ComboSubtypes.Column(0)
This ONLY occurs with users in my new Inquiry group (defined in the Security/Permissions). The Inquiry group has Open/Run and Read Design permission for this form (and all others). The Inquiry group's permission for all tables is Read Design & Read Data.
This error did not occur until I implemented the security & permissions.
I appreciate anycoments, suggestions, ideas
' Set the combo to the 1st record
Me.ComboSubtypes = Me.ComboSubtypes.Column(0)
This ONLY occurs with users in my new Inquiry group (defined in the Security/Permissions). The Inquiry group has Open/Run and Read Design permission for this form (and all others). The Inquiry group's permission for all tables is Read Design & Read Data.
This error did not occur until I implemented the security & permissions.
I appreciate anycoments, suggestions, ideas