Search results

  1. L

    Detect if user saves database by typing ctl s?

    Is it possible to detect if a user saves the database by typing ctl S?
  2. L

    Edit HTML document that Access writes

    Does anyone know how to add or edit the pages that Access 2010 writes when you choose to save a report as HTML? It gives hyperlinks to First, Next, Previous and Last. I want to give the user the option to select a page.
  3. L

    Reset Table Level Validation Rules with VBA

    Does anyone know how to set a table level validation rule with VBA?
  4. L

    Access 2010 change Table Validation Rule with VBA

    My database should be read-only except for a few people. My idea is to check the user as the database opens if they are not in the table, then change the validation rule for the table to False. I have the following code. Note that db is defined as a dao.database at the module level. The code...
Back
Top Bottom