I am able to successfully connect from access 2007 into SQL Server 2008 using ODBC; however it prompts me with the password each time.
When I try to open the linked table from access it says connection filed: SQLSTATE '28000' SQL SERVER ERROR 18452 [microsoft][odbc.........[][]] login failed. the loin is frmo an untrusted domain and cannot be used with windows authentication.
However I am NOT using win authentication, I'm using SQL Server authentication
After this error, I get a prompt for SQL Server login where I enter credentials and then it works fine
here's my connection string:
[ODBC]
Driver=SQL Server
Uid=myuser
Pwd=mypass
App=2007 microsoft office system
server=servername
Is there something I can adjust with my connection string to force it to connect with SQL Server authentication instead of windows auth?