syntax error at or near "{" at character 86(#-1)

J

Jim

I am running a query using an ODBC driver to link to a SQL database table.
The query will execute when the join properties are set to "include rows
where the joined fields from both tables are equal." When I set the join
properties to "include all records from table one and only those records from
table two where the joined fields are equal" I get the error"syntax error at
or near "{" at character 86(#-1)."
Can you help?
 
Top