Re: set focus to the beginning of the text box
Hi all,
I have a text box with an input mask property set. when you click on the text box it focuses the last character of the control. Is there a way to get it to go the beginning of the control(first character in the text box)?
I tried Me!work_ord_num.SelStart but I received an error
VB error: Object doesn't support this property or method.
Thanks!
Hi all,
I have a text box with an input mask property set. when you click on the text box it focuses the last character of the control. Is there a way to get it to go the beginning of the control(first character in the text box)?
I tried Me!work_ord_num.SelStart but I received an error
VB error: Object doesn't support this property or method.
Thanks!