J
joave
Hi:
I get that error in some queries but not others, even if they have the
exact same code. Here is the query:
SELECT RepTable.ID AS ID, RepTable.Name AS Name, 0 AS Sent, 0 AS Entered, 0
AS Connected
FROM RepTable LEFT JOIN [SELECT *
FROM NumberTable
WHERE NumberTable.[Created Date] BETWEEN [Enter Start Date]
AND [Enter End Date]]. AS T ON RepTable.ID = T.[Created User Id]
WHERE T.[Created User Id] IS NULL;
Any help would be appreciated.
Thank you,
Dave
I get that error in some queries but not others, even if they have the
exact same code. Here is the query:
SELECT RepTable.ID AS ID, RepTable.Name AS Name, 0 AS Sent, 0 AS Entered, 0
AS Connected
FROM RepTable LEFT JOIN [SELECT *
FROM NumberTable
WHERE NumberTable.[Created Date] BETWEEN [Enter Start Date]
AND [Enter End Date]]. AS T ON RepTable.ID = T.[Created User Id]
WHERE T.[Created User Id] IS NULL;
Any help would be appreciated.
Thank you,
Dave