Validation

  • Thread starter Thread starter Alex Hammerstein
  • Start date Start date
A

Alex Hammerstein

Hi, is it possible to set a Text field to Yes or No, I dont want to use a
check box

Thanks

Alex
 
Yes you can. It is possible to set a text field to almost any string.
Probably the easiest method is to use a combo box or list box.
 
In the Validation Rule property enter --
"Yes" Or "No"

In the Validation Text enter --
"You must enter either YES or NO for valid entry.
 
Sorry was only half explaining - can I do this via validation in field
properties?

Alex
 
Back
Top