D
dsc2bjn
I have a report which I would like to suppress printing of a values once it
has appeared. I have used the HideDuplicate property, but that only applies
to a single page. I really want to print the value ONLY once within the
entire report. I have a VB script that partially works, by comparing the
current page to the previous page; however, it fails when the data crosses to
a 3rd page.
How can I suppress the printing of a value on ALL pages, after it has
appeared (first use)?
has appeared. I have used the HideDuplicate property, but that only applies
to a single page. I really want to print the value ONLY once within the
entire report. I have a VB script that partially works, by comparing the
current page to the previous page; however, it fails when the data crosses to
a 3rd page.
How can I suppress the printing of a value on ALL pages, after it has
appeared (first use)?