T
Tim
Hi folks,
When I ran the following query, I got an error
message “Invalid bracketing of name…”
SELECT VT.[First ID]
FROM [SELECT DISTINCT Table3.[First ID], Table3.[First
Value] FROM Table3]. AS VT
GROUP BY [First ID]
HAVING Count([First ID]) > 1;
Could anyone tell me how to fix the error?
Thanks in advance.
Tim.
When I ran the following query, I got an error
message “Invalid bracketing of name…”
SELECT VT.[First ID]
FROM [SELECT DISTINCT Table3.[First ID], Table3.[First
Value] FROM Table3]. AS VT
GROUP BY [First ID]
HAVING Count([First ID]) > 1;
Could anyone tell me how to fix the error?
Thanks in advance.
Tim.