D
Design by Sue
I have a combo box that is set to LimitToList. I coded On Not In List
property to beep to tell user the input was incorrect. I have found code
that will remove the incorrect entry but instead I would like the incorrect
entry to be selected so the user can type over it without using the mouse to
highlight it. How can this be done?
FYI the code Ihave ont the On Not In List property is:
DoCmd.Beep
Response = acDataErrContinue
Thanks
Sue
property to beep to tell user the input was incorrect. I have found code
that will remove the incorrect entry but instead I would like the incorrect
entry to be selected so the user can type over it without using the mouse to
highlight it. How can this be done?
FYI the code Ihave ont the On Not In List property is:
DoCmd.Beep
Response = acDataErrContinue
Thanks
Sue