G
Guest
Hello.
I am using Access 2000 and I need help autosumming a field.
In my report have a few field including "Office" and "InitiateDate". The
Office field could contain LO, SB, SM, or Not Assigned and the IntiateDate
field contains dates i.e. 01/01/2006. I need to add the fields up so I
created a control text field and put this in it =IIf([Office]="LO" And
IsNull([InitiateDate]),0,1). In this case I want to count records with the
Office as "LO" and that have a date in the InitiateDate field. On this
control box I have set it to Running Sum-Over All. This control box is
located in the Detail section. I have created another control box in the Page
Footer to autosum it all and it is written like this =[LO Initiate Run Sum]
which means that it is looking at the control box with the formula above. The
Page Footer box Running Sum is set to Over All. The problem is that the Page
Footer box comes up with a count of 297 but that is how many records there
are total. It should come up with 2
Could you tell me what is wrong?
Thanks.
Iram
I am using Access 2000 and I need help autosumming a field.
In my report have a few field including "Office" and "InitiateDate". The
Office field could contain LO, SB, SM, or Not Assigned and the IntiateDate
field contains dates i.e. 01/01/2006. I need to add the fields up so I
created a control text field and put this in it =IIf([Office]="LO" And
IsNull([InitiateDate]),0,1). In this case I want to count records with the
Office as "LO" and that have a date in the InitiateDate field. On this
control box I have set it to Running Sum-Over All. This control box is
located in the Detail section. I have created another control box in the Page
Footer to autosum it all and it is written like this =[LO Initiate Run Sum]
which means that it is looking at the control box with the formula above. The
Page Footer box Running Sum is set to Over All. The problem is that the Page
Footer box comes up with a count of 297 but that is how many records there
are total. It should come up with 2
Could you tell me what is wrong?
Thanks.
Iram