Jan 31, 2006 #1 MaddogC Programmer Dec 4, 2003 134 GB I am logging into Sql server via Access using the following code Set wstemp = DBEngine.Workspaces(0) Set dbtemp = wstemp.OpenDatabase("",False,False, "ODBC;DSN=TEST;USR=TEst;PWD=TESt") Yet I still get the SQL Server Login box, how can I prevent this appearing?
I am logging into Sql server via Access using the following code Set wstemp = DBEngine.Workspaces(0) Set dbtemp = wstemp.OpenDatabase("",False,False, "ODBC;DSN=TEST;USR=TEst;PWD=TESt") Yet I still get the SQL Server Login box, how can I prevent this appearing?