Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Even if you didn’t set data validation for a field during
table design in Microsoft Access, you can still validate data through the
form’s Validation Rule property.
For instance, suppose you want to ensure that
the right data is entered in the Gender field. With the form in design view,
follow these steps to make sure that data related to gender goes into the
Gender field:
- Right-click
the Gender field and select Properties. - Click
the Data tab. - Enter the following code for the Validation Rule property:
- Enter the following text in the Validation text box:
M Or F
Type M for Male or F for Female
If the user tries to type anything other than an M or F,
Access will display the message “Type M for Male or F for Female” in
the Validation text box.