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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top