I developed a project for warehouse. The application user interface is on MS access and database on MS Sql Server 2008. The problem is that when below statement is executed it generate error.
“DoCmd.OpenForm stDocName, , , stLinkCriteria”
The error is that:
Connection failed: SQLState: '01000' SQL Server Error: 53 [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). Connection failed: SQLState: '08001' SQL Server Error:17 [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.