J
Jean-Paul De Winter
Hi,
Out of a table with about 60000 records I want to count every record form
Januari (Februari-March-...) over the last 3 years (2004-2003-2002)
I use following formula:
=IIf(IsNull(DSum("[reeks]";"voorschr";"Year([datvoor])=StartYear And
Month([datvoor])=1"));0;(DSum("[reeks]";"voorschr";"Year([datvoor])=StartYea
r And Month([datvoor])=1")))
This works but takes ages to finally show a form with 36 fields.
There must be a faster way.
Any idea??
Thanks
Out of a table with about 60000 records I want to count every record form
Januari (Februari-March-...) over the last 3 years (2004-2003-2002)
I use following formula:
=IIf(IsNull(DSum("[reeks]";"voorschr";"Year([datvoor])=StartYear And
Month([datvoor])=1"));0;(DSum("[reeks]";"voorschr";"Year([datvoor])=StartYea
r And Month([datvoor])=1")))
This works but takes ages to finally show a form with 36 fields.
There must be a faster way.
Any idea??
Thanks