Question
Access SQL
Hi,
Whats wrong with this SQL statement?
SELECT * FROM Main_tbl, Contact_tbl, AdminComments_tbl Left Join
AdminComments_tbl ON Main_tbl.ID=AdminComments_tbl.Maintblid WHERE
(Main_tbl.CompanyID = Contact_tbl.AutoID)
I keep getting the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in JOIN operation.
Thanks!
Whats wrong with this SQL statement?
SELECT * FROM Main_tbl, Contact_tbl, AdminComments_tbl Left Join
AdminComments_tbl ON Main_tbl.ID=AdminComments_tbl.Maintblid WHERE
(Main_tbl.CompanyID = Contact_tbl.AutoID)
I keep getting the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in JOIN operation.
Thanks!
