03Explorer
Technical User
How do I use ODBC DSN with out having to code in the username or password. I want the connection to use the NT authentication that was set for the DSN. What is the command line to use for this?
My Current line
Thanks
My Current line
Code:
DoCmd.TransferDatabase acImport, "ODBC Database", "ODBC;DSN=CLINICAL_ARTEMIS;UID=;PWD=;LANGUAGE=us_english;" _
& "DATABASE=CLINICAL_ARTEMIS", acTable, "StudySite", "StudySite"