Is there a way to make the cursor appear at the beginning of the masked edit control when it is clicked on? <br><br>I tried "mskMyEdit.selstart=0" in the gotfocus event, but this seems to only work on the first masked edit control clicked on, and it only works once each time the form is loaded.<br><br>