Applecore Pages on Microsoft Access

Expanding a Text Box

If you have a text box on a form that will have a large amount of data entered in it, and you do not have enough room on the form for a text box that size, then you can either set the text box to have horizontal Scroll bars, or else you can use the zoom box:

Private Sub txtName_GotFocus()
    DoCmd.RunCommand acCmdZoomBox
End Sub

Top

 


HOME | NEW | TABLES | QUERIES | FORMS | REPORTS | GENERAL | API | DOWNLOADS | TUTORIAL | RESOURCES
E-MAIL
Copyright & Disclaimer

 

Last modified at 06/06/2006 14:54:53