Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I get the impression you are trying to get the SQL UID and Password from SQL Server, not the DSN. If that's what you are trying to do, good luck.That is why I wanted to be able to read the info direct from SQL/registry
DoCmd.TransferDatabase acLink, "ODBC Database",_
"ODBC;DSN=localServer;DATABASE=northwind;",_
acTable, "Employees", "Employees", , True