Quick summary
This tutorial shows how to validate email format in Microsoft Access using the built-in Validation Rule property in Design View. Setting a validation rule on an email field prevents incorrectly formatted entries from being saved to your database.
Steps
- Right-click the table and select Design View to open the table structure editor.
- Click on the email field where email addresses will be entered.
- In the Field Properties pane, locate the Validation Rule property and click the ellipsis icon to open the expression builder.
- Enter the validation rule expression and click OK to confirm.
- In the Validation Text property, enter a user-friendly error message to display when invalid input is detected.
- Click the save icon to save the changes and apply the validation rule to the field.
.gif)



