Hi I have a large form with about 200 text boxes. I would like to have it so everytime I click into a textbox it selects all in that box. I found code to put on the click event but that would mean I would have to do this to every textbox.
CODE
[Text71].SelStart = 0
[Text71].SelLength = Len([Text71].Text)
Is there an easier way???