P
P. Scaram
I use access2000
I have read the Kb articles 129096 and 115877 about calculating sums over
groups in reports in Access.
However for my report it does not work , there must be something else wrong.
The group field is a check box is that perhaps a problem.?
I do not get a correct sum even for the simple case
Name: testcount
ControlSource : = 1
In the group footer
Name : text15
ControlSource Val([testcount])
RunningSum: Over group.
This is a simple case. I get the same problem on the following cases too.
Name counter1
ControlSource =IIf([Reports]![ProsfStatistics].[DiffCallEAP]<>"X";1;0)
In the group footer
Name : text16
ControlSource = Val([counter1])
RunningSum: Over group.
It still does not work in this case.
I am programming with access for years.
When I use a simple report created with the wizard the running sum works.
There must be something fundamentally wrong. Any suggestions.?
Thanks in advance
P.Scaram
I have read the Kb articles 129096 and 115877 about calculating sums over
groups in reports in Access.
However for my report it does not work , there must be something else wrong.
The group field is a check box is that perhaps a problem.?
I do not get a correct sum even for the simple case
Name: testcount
ControlSource : = 1
In the group footer
Name : text15
ControlSource Val([testcount])
RunningSum: Over group.
This is a simple case. I get the same problem on the following cases too.
Name counter1
ControlSource =IIf([Reports]![ProsfStatistics].[DiffCallEAP]<>"X";1;0)
In the group footer
Name : text16
ControlSource = Val([counter1])
RunningSum: Over group.
It still does not work in this case.
I am programming with access for years.
When I use a simple report created with the wizard the running sum works.
There must be something fundamentally wrong. Any suggestions.?
Thanks in advance
P.Scaram