Search results

  1. K

    Question Access 2003 Saved as 2000 Format on Windows 7

    I have written a database in Access 2003, saved as an Access 2000 format. This runs fine on Windows XP workstations. When I install the same system on a Windows 7 system, my login screen launches, the user is able to enter in their name and password. Then nothing happens. What is supposed to...
  2. K

    Order by On Continuous Form

    Oh Yes!!!! I got it to work. After the user selects his sort criteria from the selection form that has a combo box bound to the value of the field name, I put this code in the On Open event of the continuous browse form: Me.OrderByOn = True Me.OrderBy = "[" &...
  3. K

    Order by On Continuous Form

    How do I set in vba the orderby, when the order by is selected from a drop-down box? Access 2000.
  4. K

    Question Opening an Access Database in Code as Read Only

    Got it! Call Shell("""C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"" /ro ""f:\common\patty\Training Database.mdb", 1)
  5. K

    Question Opening an Access Database in Code as Read Only

    The users need to be able to view the data.
  6. K

    Question Opening an Access Database in Code as Read Only

    I am trying to open up an Access database as read-only from another running Access database. The code I have to open the database currently reads: """C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"" ""f:\common\patty\Training Database.mdb", 1) How do I change to read only?
  7. K

    Question Access System.mdw Change Passwords

    Access 2000 format, does anyone know how to change the password assigned to a user in the system.mdw? The security wizard says to click on the user to change the password, but nothing happens when I do that.
Back
Top Bottom