Hi,
I'm creating a one-page report that will only total counts, no details. I set up my report fields on the report's Footer section. I have to examine the values of 2 fields on the table rows being read, and add to appropriate counters. Field 1 can have 3 values, field 2 can have 5 values. I have to count each iteration/combination.
My question is: where do I put this logic to look at detail records. If no details are being displayed, does this mean I cannot use the DetailFormat event? I did set up a Detail_Format event, where I have an IF statement to add to counts, but this is not getting executed. Once I finish adding to the counts and reading through all rows, I will display counts, to then display in the report's footer?
I am relatively new to Access programming (was a COBOL programmer), so feel free to give any suggestions on the best way to do this.
Thanks in advance,
Lori
I'm creating a one-page report that will only total counts, no details. I set up my report fields on the report's Footer section. I have to examine the values of 2 fields on the table rows being read, and add to appropriate counters. Field 1 can have 3 values, field 2 can have 5 values. I have to count each iteration/combination.
My question is: where do I put this logic to look at detail records. If no details are being displayed, does this mean I cannot use the DetailFormat event? I did set up a Detail_Format event, where I have an IF statement to add to counts, but this is not getting executed. Once I finish adding to the counts and reading through all rows, I will display counts, to then display in the report's footer?
I am relatively new to Access programming (was a COBOL programmer), so feel free to give any suggestions on the best way to do this.
Thanks in advance,
Lori