
Since you can't use a trusted connection, this is the safest way to do it.
#Get ms access password password
If the password were stored in any fashion, a miscreant could simply sit down at an unattended machine and open the database. Explain that this policy will deny an unauthorized user the ability to open the database from an authorized user's machine. Therefore they must provide their password each time they open the database. Inform the users your organization's security policy prohibits storing passwords. You can find an explanation of this behaviour here.
#Get ms access password code
If you don't want to expose the connection string that includes the PWD, you could as well initiate a connection from VBA and hide the code by delivering a MDE or just password protecting the code. Since Access remembers opened connections until you close it, even if you close the db, your other tables will now open without any fuss, even if no password is stored in the linked tables Connect string. Something like DCount("*", "ptqConnect") will do.

copy the connect string of one of your tables.If that is not suitable, here is a possible alternative trick, exploiting the fact that Access remembers all opened connections until the program is closed: The best solution is obviously to use Windows security.
#Get ms access password how to

The first stage is to move all the data from MS Access database to SQL server while keeping the Access forms and reports at the client. I am in charge for migrating old Access 2007 project to MS SQL server 2008 Express.
