Hi,
I have a report that covers multiple lines. It's of the format
----------------Long Group Text Item A ----------------
----------------Long Group Text Item B ----------------
----- Text Item C -------------- Text Item D -- Text E--
I'm able to get the group items to not print using Hideduplicates option (or the isVisible property in VBA) for the field but the line space is still taking space on the report. In other words, the report prints like this when item A and B are the same for two consecutive records.
--------------Line 1 Item A1--------------
--------------Line 2 Item B1--------------
-----Item C1------Item D1---------Item E1
------------Blank line since A1 is a dupe---
------------Blank line since B1 is a dupe---
-----Item C2------Item D2---------Item E2
How can I get rid of the blank lines? Setting the height to 0 when A1.isvisible is false, generates a error 2191. Any tips or hints would be greatly appreciated!
Thanks!
I have a report that covers multiple lines. It's of the format
----------------Long Group Text Item A ----------------
----------------Long Group Text Item B ----------------
----- Text Item C -------------- Text Item D -- Text E--
I'm able to get the group items to not print using Hideduplicates option (or the isVisible property in VBA) for the field but the line space is still taking space on the report. In other words, the report prints like this when item A and B are the same for two consecutive records.
--------------Line 1 Item A1--------------
--------------Line 2 Item B1--------------
-----Item C1------Item D1---------Item E1
------------Blank line since A1 is a dupe---
------------Blank line since B1 is a dupe---
-----Item C2------Item D2---------Item E2
How can I get rid of the blank lines? Setting the height to 0 when A1.isvisible is false, generates a error 2191. Any tips or hints would be greatly appreciated!
Thanks!