R
Raymondo
I have the following sql:
SELECT Sector, COUNT(Sector) as No
FROM Results
Group BY Sector
Where Sector is in my Results table. But i get a database results wizard
error: The SELECT statement includes a reserved word or an argument name
that is misspelled or missing, or the punctuation is incorrect.
Number: -2147217900 (0x80040E14)
It all looks ok to me but....... could do with some advice! Thanks.
SELECT Sector, COUNT(Sector) as No
FROM Results
Group BY Sector
Where Sector is in my Results table. But i get a database results wizard
error: The SELECT statement includes a reserved word or an argument name
that is misspelled or missing, or the punctuation is incorrect.
Number: -2147217900 (0x80040E14)
It all looks ok to me but....... could do with some advice! Thanks.