G
Guest
I am using me.myfield.setFocus to put the cursor in myfield when my form
opens. myfield is on a subform within my form. No problem with that.
I then have some validation that cuts in when a value is input into myfield.
If the validation fails I blank out what was entered and want the cursor to
be postioned back in myfield (on the subform) ready to type in again. This
time me.myfield.setFocus doesn't work - the cursor just disappears.Can anyone
tell me how to do what I want.
opens. myfield is on a subform within my form. No problem with that.
I then have some validation that cuts in when a value is input into myfield.
If the validation fails I blank out what was entered and want the cursor to
be postioned back in myfield (on the subform) ready to type in again. This
time me.myfield.setFocus doesn't work - the cursor just disappears.Can anyone
tell me how to do what I want.