ARGH! HELP! I really can’t work this one out, please could someone tell me how to sort this out?
I have created a report that list all the records within a month that is selected when the report is run, the report converts a series of check boxes into a number (3) then a font is used to display to tick. I need to somehow count the number of ticks (or 3’s or true check boxes) on each page, (but not count the records, just the records which have ticks), and then reset the count on the next page, I have many checkboxes on each record, so this needs to be done for various fields.
I also need to have a grand total on the bottom of the report, I assume that I just need to so a sum() on the footer of the report.
Many thanks
Dave Denning
I have created a report that list all the records within a month that is selected when the report is run, the report converts a series of check boxes into a number (3) then a font is used to display to tick. I need to somehow count the number of ticks (or 3’s or true check boxes) on each page, (but not count the records, just the records which have ticks), and then reset the count on the next page, I have many checkboxes on each record, so this needs to be done for various fields.
I also need to have a grand total on the bottom of the report, I assume that I just need to so a sum() on the footer of the report.
Many thanks
Dave Denning