C
CJ
Hi Groupies
All of my text boxes in the detail section are set to Can Grow. My problem
is that if one of the boxes needs to grow, I need the other text boxes to
grow to the same size. The box that usually needs to grow is called strName,
so I would like all of the other boxes to be the same height as strName when
the detail prints.
I am testing this with one of the other boxes and at the moment, I have the
following code, but nothing is changing:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.Package.Height = Me.strName.Height
End Sub
Some insight into the problem would be greatly appreciated.
All of my text boxes in the detail section are set to Can Grow. My problem
is that if one of the boxes needs to grow, I need the other text boxes to
grow to the same size. The box that usually needs to grow is called strName,
so I would like all of the other boxes to be the same height as strName when
the detail prints.
I am testing this with one of the other boxes and at the moment, I have the
following code, but nothing is changing:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.Package.Height = Me.strName.Height
End Sub
Some insight into the problem would be greatly appreciated.