hi. I am creating a database using ms access as front end and MS SQL as my back end. I've already created an odbc and was able to access it. The problem is, every time MS Access is restarted, I have to enter the username and password first before I can connect to the server. Is there any way in which I can put this in code? the error says:
Connection failed:
SQL State: '28000'
SQL Server Error: 18452
[Microsoft][ODBC SQL Server Driver][SQL Server] Login failed for user '(null)'.
Reason: Not associated with a trusted SQL Server connection.
Thanks a lot in advance.
Connection failed:
SQL State: '28000'
SQL Server Error: 18452
[Microsoft][ODBC SQL Server Driver][SQL Server] Login failed for user '(null)'.
Reason: Not associated with a trusted SQL Server connection.
Thanks a lot in advance.
Comment