Validation

  • Thread starter Alex Hammerstein
  • 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
 
D

Duane Hookom

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.
 
K

KARL DEWEY

In the Validation Rule property enter --
"Yes" Or "No"

In the Validation Text enter --
"You must enter either YES or NO for valid entry.
 
A

Alex Hammerstein

Sorry was only half explaining - can I do this via validation in field
properties?

Alex
 
A

Alex Hammerstein

Thanks Karl I mujst have tried all combinations other than Or Duh !!

Alex
 
Top