seanybravo
IS-IT--Management
Hello
I was wondering if someone could help me why this SQL Statement is giving me a syntax error? I have one that is simualr that works fine.
The only difference I can see between the on that works is that I am not using the SELECT * statement could this make a difference?
Thanks
SQL--
SELECT * FROM tblData LEFT JOIN (SELECT * FROM tblTitle IN 'E:\Websites\ebusinessdirectories\Database\Admin.mdb') ON tblData.fldContactTitle = tblTitle.fldTitleID ORDER BY fldCompanyName
ERROR --
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in JOIN operation.
I was wondering if someone could help me why this SQL Statement is giving me a syntax error? I have one that is simualr that works fine.
The only difference I can see between the on that works is that I am not using the SELECT * statement could this make a difference?
Thanks
SQL--
SELECT * FROM tblData LEFT JOIN (SELECT * FROM tblTitle IN 'E:\Websites\ebusinessdirectories\Database\Admin.mdb') ON tblData.fldContactTitle = tblTitle.fldTitleID ORDER BY fldCompanyName
ERROR --
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in JOIN operation.