I have a textbox bound to a number field in a form. I only want the user to be able to put '1', '2' or '3' in the textbox.
Ideally, if the user put any other number in the field, it'd clear it out and populate a msg box.
Any suggestions on how to code that besides switching it to a combobox?