Hiding dividing lines on reports

L

Larry

I have a report with multiple groupings that have different footers. I have
drawn lines in the footers to help divide the report and make it more
readable.

The problem is, with 3 footers, even pressed close together, there is a
space between the first line and the third line. I would rather make the
previous line(s) indivisible, if they are not needed.

The lines separate all the phone numbers for an employee; and all employees
by team; and all teams by group. So if the last phone number is printed for
a person on a team, I just want the team line to print. If it's the last for
a group, I want just the group line to print.

I have been trying to figure out how to write some code to make the previous
line invisible, but I can't figure out how to tell when it should be printed
and where to put the code.

Anyone have any suggestions?
 
L

Larry

WOW, no one has any suggestions!

Now I don't feel so bad for not being able to solve this myself.
 
D

Duane Hookom

Maybe you need to explain your situation better. Maybe typing in some sample
data how it appears and how you would like it to appear.
 
Top