access_viper
Registered User.
- Local time
- Today, 13:14
- Joined
- Mar 7, 2008
- Messages
- 15
Hello.
I have a report that I would like to auto-calculate the total number of instances in which a string value is selected. I have the following string values available from a drop-down list:
Below
Average
Above
I would like the report to have the total number of of Below(s), Average(s), and Above(s) at the end of the report.
I have tried using Sum and DSum without any success. Should I have a lookup for each string value that correlates to a number (integer) value, and then perform the running totals?
Any help is appreciated.
I have a report that I would like to auto-calculate the total number of instances in which a string value is selected. I have the following string values available from a drop-down list:
Below
Average
Above
I would like the report to have the total number of of Below(s), Average(s), and Above(s) at the end of the report.
I have tried using Sum and DSum without any success. Should I have a lookup for each string value that correlates to a number (integer) value, and then perform the running totals?
Any help is appreciated.