hello, how can I clear a space at the beginning of a text box?
Let me explain: I use the space bar key instead of the tab being a text and when I type the space key, as well as move the focus to the text box, rightly I insert a space. Now I would need a code to enter in Event "On On" that gave me the gates empty
I tried it withthaksCode:If KeyAscii = 32 Then[parole].SetFocus Me.parole.Value = "" End If
hello