validation rules in access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a text field in my table (MS Access 2003) that cannot be left blank.
How do i set up a validation rule to do this.
P.S I can't use the Required property because my validation text is in
spanish and i wish to use that.
 
I have a text field in my table (MS Access 2003) that cannot be left blank.
How do i set up a validation rule to do this.
P.S I can't use the Required property because my validation text is in
spanish and i wish to use that.

Use

IS NOT NULL

as the validation rule.


John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Back
Top