Search results

  1. M

    Question DoCmd.DoMenuItem

    I was asked to complete the VBA code in an incomplete Access database. I found the following line of code which means to save the current record: DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70 I am using Access 2010. Would it not be better to write it this way...
  2. M

    datatype mismatch error in criteria expression

    I am getting a datatype mismatch error in criteria expression
  3. M

    checkboxes not saving to table

    I am writing a program in Access 2010. My check boxes are not saving to the table. I have stepped through the code with no errors and it only saves the last check box to the table. Here is my code: I attached the full code.
  4. 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...
  5. M

    Hello from South Africa

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