Is Not Null v Required

A

Alex H

Hi IN a table design is it better to have the Validation Control set to Is
Not Null or the Required Control set to Yes, if I want to force someone to
enter data into a field.

Thanks

Alex
 
A

Allen Browne

Exactly the same result.

Required is simpler.

Validation Rule lets you specify a Validation Text.

Either way, be sure to set Allow Zero Length to No for all your Text, Memo,
and Hyperlink fields, so you never end up with a zero-length string in the
field.
 
A

Alex H

Thanks
Allen Browne said:
Exactly the same result.

Required is simpler.

Validation Rule lets you specify a Validation Text.

Either way, be sure to set Allow Zero Length to No for all your Text,
Memo, and Hyperlink fields, so you never end up with a zero-length string
in the field.
 
Top