J
John Harrington
How do you get a report to skip the detail when all the fields are
duplicates of the previous detail's fields?
Thanks,
John
duplicates of the previous detail's fields?
Thanks,
John
Set the 'Hide Duplicates' property to Yes of the fields in question.
Set the 'Can Grow' property to Yes. Reduce the vertical size to a hairline.
Try making boxes regular height and set Can Shrink to Yes.
I think your issue is your data. You could either change the record source to
a GROUP BY or create a new GROUP Section to display your duplicate
information in a header and then hide the detail section.