D
Dwise
I followed Microsoft's instructions for creating a ranking query at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;208946
but when I run the following, Access says: "the jet engine does not
recognize [Turn1].[Turnout] as a valid field name or expression."
[Turn1].[Turnout] by itself does not produce this error. Any suggestions?
SELECT Turn1.sPrecinctID, Turn1.Turnout, (Select Count (*) from 2005Turnout
Where [Turnout] > [Turn1].[Turnout] AS Ranking
FROM 2005Turnout AS Turn1
ORDER BY Turn1.Turnout DESC;
http://support.microsoft.com/default.aspx?scid=kb;en-us;208946
but when I run the following, Access says: "the jet engine does not
recognize [Turn1].[Turnout] as a valid field name or expression."
[Turn1].[Turnout] by itself does not produce this error. Any suggestions?
SELECT Turn1.sPrecinctID, Turn1.Turnout, (Select Count (*) from 2005Turnout
Where [Turnout] > [Turn1].[Turnout] AS Ranking
FROM 2005Turnout AS Turn1
ORDER BY Turn1.Turnout DESC;