Full Version: How to set a Control on a subform to grow
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
Alfarata
I have a subform embeded in a mainform and one of the controls on the subform I would like to be able to grow and text wrap for longer text inputs. I have set the can grow to yes in the properties of the control but this does work. Any help woud be greatly appreciated


Alfarata
Larry Larsen
Hi
Check out the acCmdZoomBox, this will zoom out the textbox.
eg:
CODE
Private Sub TextBoxName_GotFocus()
DoCmd.RunCommand acCmdZoomBox
End Sub

thumbup.gif
freakazeud
Hi,
check this nice solution!
HTH
Good luck
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.