Search results

  1. M

    Problem saving multiple checkboxes to table

    I receive an error when I added the rstPermissions.Close after the update: Runtime error 3420 object invalid or no longer set. I added the rstPermissions.Update to the If statement and MsgBox ctl.Name to the Case Else statement. The MsgBox prints chkAddIssueEmpPPe which is the next checkbox...
  2. M

    Problem saving multiple checkboxes to table

    Hi CJ_London Thanks for your reply. I amended the code as per your suggestion but it now generates an error. See the attachment.
  3. M

    Problem saving multiple checkboxes to table

    I created a Microsoft Access database and access to the system must be controlled by User Access Level Control. The level of the user determines whether the user can add, edit, delete or view a certain form. I created three tables which are linked via foreign keys: tblUsers, tblUserRoles and...
  4. M

    Hello from South Africa

    Hi I am an experienced programmer in C#, but a bit new to Access VBA. marvil
Back
Top Bottom