H
Hugo
Hi! i have a problem that i can´t solve. I´m trying to do a running Sum on a
query but it doesn´t work. Here it goes:
Table H_d : Datacorte --- Date
ContarDe#Falta---- Number
Waht i have is this:
02/06/2009 2
03/06/2009 3
04/06/2009 1
What i want:
02/06/2009 2
03/06/2009 5
04/06/2009 6
I use this, but it doesn´t work,and i don´t know why.
TotParc: DSum("[ContarDe#Falta]";"H_d";"PartData('m';[Datacorte])<='" &
[mes] & "' AND PartData('d';[Datacorte])<='" & [dia] & "'")
query but it doesn´t work. Here it goes:
Table H_d : Datacorte --- Date
ContarDe#Falta---- Number
Waht i have is this:
02/06/2009 2
03/06/2009 3
04/06/2009 1
What i want:
02/06/2009 2
03/06/2009 5
04/06/2009 6
I use this, but it doesn´t work,and i don´t know why.
TotParc: DSum("[ContarDe#Falta]";"H_d";"PartData('m';[Datacorte])<='" &
[mes] & "' AND PartData('d';[Datacorte])<='" & [dia] & "'")