G
Guest
How's everyone doing? Smiles all around?
I have a problem with a text box that is in the details section of my form
layout. Several of my text boxes are set for Can Grow and Can Shrink but this
causes another text box to be seperated from its label since the label is
located above the text box. I have only the form header and footer enabled. I
have used this coding in my reports:
Dim R As Report
Set R = Me
If R.Top > (7.5 * 1440) Then
R.PrintSection = False
R.MoveLayout = True
R.NextRecord = False
End If
but I also had several headers that I could fit the code into. Can I use a
version of this code in my form? I'm open to any other methods or
suggestions, provided that there isn't too much coding to do.
Thanks
I have a problem with a text box that is in the details section of my form
layout. Several of my text boxes are set for Can Grow and Can Shrink but this
causes another text box to be seperated from its label since the label is
located above the text box. I have only the form header and footer enabled. I
have used this coding in my reports:
Dim R As Report
Set R = Me
If R.Top > (7.5 * 1440) Then
R.PrintSection = False
R.MoveLayout = True
R.NextRecord = False
End If
but I also had several headers that I could fit the code into. Can I use a
version of this code in my form? I'm open to any other methods or
suggestions, provided that there isn't too much coding to do.
Thanks