Limit values for input in form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The values to be inputted in a form field are limited to 0, 1, 2. However,
sometimes the field is missing. How do I do that?
 
If the control on the form is based on a field in the table, you coul
set its required property to Yes and set up a validation rule in th
table itself
 
Back
Top