For Each C In F.Controls C.Height = C.Height + (C.Height * ZoomAmount) C.Width = C.Width + (C.Width * ZoomAmount) C.FontSize = C.FontSize + (C.FontSize * ZoomAmount) C.Top = C.Top + (C.Top * ZoomAmount) C.Left = C.Left + (C.Left * ZoomAmount) If C.ControlType = acSubform Then FormZoom Forms(F.Name).Controls(C.Name).Form, ZoomAmount, True End If Next
Ray WhiteOP
@Reply 4 years ago
If you take the CustomerContactF form and add a tab control with 2 tabs then put the Notes control in one of the Tabs
then take the Contact History list and put it in the other Tab. Then run the resizer code, You will see what I'm talking about.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Access Developer 41.