I'm getting a missing operator syntax error when executing the following query. Do I need additional parenthesis or operators when using more then one left join?
SELECT DBO_MASTER.FUND, DBO_MASTER.ACCOUNT, DBO_MASTER.SSN, DBO_MASTER.FIDUCIARY, DBO_MASTER.REGLINE1, DBO_MASTER.REGLINE2...