An embarrasingly simple question but...I am validating the value entered in a textbox. How do I set the focus back to the text box and highlight the text entered into the textbox so all the user has to do is simply type in the correct value?
I tried using: Me![MyTextBox].SetFocus
but it didn't do anything. My warning msgbox displayed but the cursor navigated to the next textbox as if I never issued the SetFocus call.
Thanks,
Greg
I tried using: Me![MyTextBox].SetFocus
but it didn't do anything. My warning msgbox displayed but the cursor navigated to the next textbox as if I never issued the SetFocus call.
Thanks,
Greg