G Guest Jun 16, 2005 #1 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?
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?
T Tanis Jun 17, 2005 #2 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
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