Terry Bottorff (11/17/2009)
How do I limit the user from entering only CC in the bound text box on a form or leaving it blank? If the user enters anything else I want to set it back to '' and return to the input form.
Hi Terry,
There are many ways to do this, but if they can only enter some specific data, then use a ComboBox and either preset the values or use a lookup table.