Mask

Thedon123

Registered User.
Local time
Today, 11:51
Joined
Sep 11, 2002
Messages
98
when a user clicks in the box in the mask the cursor will start where the user normally clicks so it could be halfway into the mask. sio how do make the cursor go the start of mask rather than in the middle
 
In the OnClick event:

Me.Text0.SelStart = 0

Only problem is, if they want to edit an existing entry, they would have to use the arrow keys or re-type entry, so, you may want to check to see if any data exists in the field before moving to the first character.
 
it doesnt seem to work its asks me for a macro name.
 

Users who are viewing this thread

Back
Top Bottom