J
Jean-Paul De Winter
Hi,
Following querry returns 12 values.
SELECT Format([datvoor],"yyyymm") AS Expr1, Sum(Voorschr.REEKS) AS
MonthTotal
FROM Voorschr
GROUP BY Format([datvoor],"yyyymm"), Year([DATVOOR])
HAVING (((Year([DATVOOR]))=2003));
I want to get these values on a form but I don't know how.
Can somebody please explain?
Thanks
Following querry returns 12 values.
SELECT Format([datvoor],"yyyymm") AS Expr1, Sum(Voorschr.REEKS) AS
MonthTotal
FROM Voorschr
GROUP BY Format([datvoor],"yyyymm"), Year([DATVOOR])
HAVING (((Year([DATVOOR]))=2003));
I want to get these values on a form but I don't know how.
Can somebody please explain?
Thanks