I am new to much of the form field focus functionality...
On a time reporting form, the user must enter a NAME selected from a dropdown (combo) list.
The focus is set to this (NAME) field on form entry. If the field is left blank, OnExit, a MsgBox shows "You Must Enter a Name."
Under this situation (Null field), I want to set the cursor back to the NAME entry field instead of going to the next field on the form. I've tried Me.Name.SetFocus but that doesn't seem to work.
Additionally, how can I purposfuly move to ANY field on the form.
Thanks for your help!
MBA
On a time reporting form, the user must enter a NAME selected from a dropdown (combo) list.
The focus is set to this (NAME) field on form entry. If the field is left blank, OnExit, a MsgBox shows "You Must Enter a Name."
Under this situation (Null field), I want to set the cursor back to the NAME entry field instead of going to the next field on the form. I've tried Me.Name.SetFocus but that doesn't seem to work.
Additionally, how can I purposfuly move to ANY field on the form.
Thanks for your help!
MBA