Use the Add Check Constraint window to define new check constraints for the table that you're altering. A check constraint sets restrictions on data added to the table. Check constraints are enforced when rows in the table are inserted or updated.
You can define a check constraint that references a single column by specifying that column in the Check condition box.
You can add multiple check constraints before closing this window.
Fields and controls