S
Sue Compelling
Hi All
My table called TblEventCosts itemises various event costs.
My query has a calculated field to add up the various items. It works for
the first record though fails to display anything for the following records.
Help.
Statement is ...
SELECT TblEventCosts.EventIDFK,
Sum([estaff]+[epetrol]+[ehire]+[efood]+[emisc]) AS TotalCost
FROM TblEventCosts
GROUP BY TblEventCosts.EventIDFK;
TIA
My table called TblEventCosts itemises various event costs.
My query has a calculated field to add up the various items. It works for
the first record though fails to display anything for the following records.
Help.
Statement is ...
SELECT TblEventCosts.EventIDFK,
Sum([estaff]+[epetrol]+[ehire]+[efood]+[emisc]) AS TotalCost
FROM TblEventCosts
GROUP BY TblEventCosts.EventIDFK;
TIA