Anyone have any idea what the following error means.
"Failed to Open a rowset.
Details: ADO error code: 0x
Source: Microsoft Office Access Database Engine
Description: JOIN expression not supported
SQL State: 3000
Native Error:"

I know it's not fetching any rows from the db, what I don't understand is why. Can't find any information on SQL State 3000. Error is being generated by an SQL Select statement for a Crystal Report. Only LEFT and INNER joins are used in the select statement.