Aggregat functions in Access - TechRepublic
Question
December 1, 2008 at 09:37 PM
usman_472

Aggregat functions in Access

by usman_472 . Updated 17 years, 7 months ago

TRANSFORM IIf([employ]+[unemploy]=0,0,First([employ]/([employ]+[unemploy]))) AS Unemp
SELECT Index.Parish
FROM [Index] INNER JOIN [Employment – Monthly] ON Index.Par_FIPS = [Employment – Monthly].PAR_FIPS
WHERE (((Index.Parish) Like “A*”))
GROUP BY Index.Parish
ORDER BY Index.Parish, [Employment – Monthly].YEAR_MONTH DESC , [Employment – Monthly].YEAR_MONTH
PIVOT [Employment – Monthly].YEAR_MONTH;

Above is my Access Query and i m getting the error that the query cannot be used as an aggregate function
Please reply
asap
thnx
Mani

This discussion is locked

All Comments