Alright, but the point is that you still have to obtain the password from *somewhere* for the code to get authenicated.
To provide an example. Let's say you change the password, and you write the password into a text file and save it on a network file share. Your Access application's code can then be directed to look in the text file for the new password, and concatenate this into a DNS-less connection string so it'll always be authenticated everytime it opens even when the password has been changed (and the text file updated accordingly).
So, you have to figure out where to put the password in a place so that all applications that needs it can obtain it.
Did that help?