Can anyone point me in the right direction here?
I am trying to create a Detailed Analysis report that will display summaries (counts) of all types of calls received in the last week, month, quarter etc...
Having worked mostly with Crystal Reports formulae, my brain isn't switching gears to Access...I'm trying to figure out how to do a conditional count, based on the vaule of a field.
Here's an example:
There are 10 records returned by the query the report is based on. Of those ten records, 5 are Password Related, 3 are Browser Related and 2 are UE Related.
I have 3 unbound text boxes in the detail section of the report with the following folmulae:
=Count([Standard_Issues]="Password Related"
=Count([Standard_Issues]="Browser Related"
=Count([Standard_Issues]="UE Related"
Obviously this is not working as expected, as each box is returning a count of 10.
Any assistance is always appreciated!
Happy New Year - Cheers!
Willy
p.s. using Access 2000
I am trying to create a Detailed Analysis report that will display summaries (counts) of all types of calls received in the last week, month, quarter etc...
Having worked mostly with Crystal Reports formulae, my brain isn't switching gears to Access...I'm trying to figure out how to do a conditional count, based on the vaule of a field.
Here's an example:
There are 10 records returned by the query the report is based on. Of those ten records, 5 are Password Related, 3 are Browser Related and 2 are UE Related.
I have 3 unbound text boxes in the detail section of the report with the following folmulae:
=Count([Standard_Issues]="Password Related"
=Count([Standard_Issues]="Browser Related"
=Count([Standard_Issues]="UE Related"
Obviously this is not working as expected, as each box is returning a count of 10.
Any assistance is always appreciated!
Happy New Year - Cheers!
Willy
p.s. using Access 2000