Printing Count before Printing Group

I need to print out the total number of records in a group "before" printing the data. Is this possible?

Report should look like this:

Males : 42
Employee Record #1
Employee Record #2
...
Employee #42

Female: 43
Employee Record #1
Employee Record #2
...
Employee Record #43

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:08AM
    Yes you can create vaeiables and make report 2 pass in first pass increment variables
    in second pass assign value to memoview text
  • edited 9:08AM
    gordk wrote: »
    Yes you can create vaeiables and make report 2 pass in first pass increment variables
    in second pass assign value to memoview text

    Thank you. I just decided to do the work in SQL and change the report to Master Detail.

Leave a Comment