I have a report grouped by a person's name that I want to have lines in between record details, but not a line at the bottom.
In the Northwinds Sample, they used the OnFormat Event to hide the group footer when a textbox in the header or detail section ("count") went up to a certain value.
In my report, the number of records may be greater for some individuals than others, so I can't use a specific number. For example the last record for the first person's group may be #14, and for the next set the last record is #100.
Is there a way to do a similar code or event based on there not being any more records for that specific group(after the last one)?
In the Northwinds Sample, they used the OnFormat Event to hide the group footer when a textbox in the header or detail section ("count") went up to a certain value.
In my report, the number of records may be greater for some individuals than others, so I can't use a specific number. For example the last record for the first person's group may be #14, and for the next set the last record is #100.
Is there a way to do a similar code or event based on there not being any more records for that specific group(after the last one)?