I am trying to run this inner join, but when I go to launch the report I get a syntax error.
Does anyone see where the error is?
"FROM ((TBL_QUEUES INNER JOIN TBL_TEAM ON TBL_QUEUES.QUEUE_ID = TBL_TEAM.QUEUE_ID)INNER JOIN(TBL_TEAM INNER JOIN TBL_MGRS ON TBL_TEAM.TEAM_ID = TBL_MGRS.TEAM_ID) INNER JOIN TBL_TEAM_OT_DATES ON TBL_TEAM.TEAM_ID = TBL_TEAM_OT_DATES.TEAM_ID " & _
I have tried several different ways of writing, but I keep getting the same syntax message.
Thanks in advance!
Does anyone see where the error is?
"FROM ((TBL_QUEUES INNER JOIN TBL_TEAM ON TBL_QUEUES.QUEUE_ID = TBL_TEAM.QUEUE_ID)INNER JOIN(TBL_TEAM INNER JOIN TBL_MGRS ON TBL_TEAM.TEAM_ID = TBL_MGRS.TEAM_ID) INNER JOIN TBL_TEAM_OT_DATES ON TBL_TEAM.TEAM_ID = TBL_TEAM_OT_DATES.TEAM_ID " & _
I have tried several different ways of writing, but I keep getting the same syntax message.
Thanks in advance!