From: Smitty on 29 Jan 2010 12:28 How can I ensure that when a user is navigating the fields in a form I created, and not simply hitting tab or enter, that their cursor will always go to the very beginning (far left) in a field?
From: ghetto_banjo on 29 Jan 2010 14:29 if they are using the mouse to click in a text box and you want to ensure the cursor starts at the beginning, then put this code in the On Click event of the text box: Me.Text0.SelStart = 0
|
Pages: 1 Prev: Syntax error in date in query expression issue Next: Combo Box - Can I choose more than one? |