N
nouveauricheinvestments
Running an SQL Statement in Access
I'm trying to run the following query in access:
SELECT Average([Trade Data]![End Time]-[Trade Data]![Start Time]) AS
Duration, [Trade Data].Manager
FROM [Trade Data];
GROUP BY [Trade Data].Manager
It is giving me this error message:
The LEVEL clause includes a reserved word or argument that is
misspelled or missing, or the punctuation is incorrect.
What am I doing wrong?
I'm trying to run the following query in access:
SELECT Average([Trade Data]![End Time]-[Trade Data]![Start Time]) AS
Duration, [Trade Data].Manager
FROM [Trade Data];
GROUP BY [Trade Data].Manager
It is giving me this error message:
The LEVEL clause includes a reserved word or argument that is
misspelled or missing, or the punctuation is incorrect.
What am I doing wrong?