is there a way to tell ms access (2003) to not put joins into parentheses. or at least to understand them without (every other database does)
i want something like:
SELECT *
FROM a
INNER JOIN b
ON a.a = b.a
INNER JOIN c
ON b.c = c.c
but access tells me that the query is wrong. IT’S NOT, and it’s driving me crazy …
it also puts all joins in a single line—impossible to read
thanks in advance.
ps. i already activated ANSI 92 compatibility/support in settings