Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tigars

  1. tigars

    ms access password in vb

    thank you for your help. i add "false" and it works. strpassword = ";pwd=" & "physio" On Error GoTo Erreur Set DB = OpenDatabase(path & "\physio.mdb", False, False, strpassword)
  2. tigars

    ms access password in vb

    I'm a new VB programmer. Here is my code. When my ms access database have no secure password, it's work (strpassword=""). But, when i put a secure password to my ms access database (pass), i can't open the database. Can you help me. Thank you! Note: the coding will be very helpfull. Public Sub...
  3. tigars

    ms access password in vb

    I want to know how to access a ms access database which have already a password with vb coding. How can i ask the user to enter a password to access the database. Example: the ms access database have the password "password

Part and Inventory Search

Back
Top