Get ODBC Windows User Name/password

J

Jen

I have found information to save your user name/password for the ODBC linked
tables, but in order to do this, I would need to delete & re-link all the
tables in all the DBs I have, checking the "save password" box when
re-linking.
While I could do this, I believe there must is another way to grab the
Windows user name/password using VBA so you do not have to "sign in" to
establish the connection to the linked tables.

I have searched the web & found many examples of code to get the username,
but I also need the password & I need the code to "login".

Thanks!
 
D

Douglas J. Steele

Fortunately, it's not possible to retrieve a password. Windows Security
wouldn't be very secure if you could...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top