I have a split Access database that is in A2000 format. I have a query by form in it that used to work. Now I am getting Error 3011, Microsoft Jet Database Engine could not find object...
When I run the debugger it highlights the last line listed below.
strFinalSQLStatement = strDefaultSQLString + " " + strSQLClause1 + " " + strSQLClause2 + " " + strSQLClause3 + " " + strSQLClause4 + " " + strSQLClause5 + " " + strSQLClause6 + " " + strSQLClause7 + " " + strSQLClause8 + " " + strOrderByClause
Me.child0.Form.RecordSource = strFinalSQLStatement
I get the same error with a number of earlier versions as well. I have also got a new computer and now have Office 2003 installed if this might have anything to do with it.
Anyone have any ideas?
Thanks in advance
When I run the debugger it highlights the last line listed below.
strFinalSQLStatement = strDefaultSQLString + " " + strSQLClause1 + " " + strSQLClause2 + " " + strSQLClause3 + " " + strSQLClause4 + " " + strSQLClause5 + " " + strSQLClause6 + " " + strSQLClause7 + " " + strSQLClause8 + " " + strOrderByClause
Me.child0.Form.RecordSource = strFinalSQLStatement
I get the same error with a number of earlier versions as well. I have also got a new computer and now have Office 2003 installed if this might have anything to do with it.
Anyone have any ideas?
Thanks in advance