Working with Constraints
Constraints limit or control the types of data that can be entered into your tables. There are seven main categories of constraints. They include primary key constraints, foreign key constraints, default constraints, not null constraints, check constraints, rules, and unique constraints. The text that follows covers each of these constraint types in detail.
Primary Key Constraints
A primary key constraint is a column or a set of columns that uniquely identify a row in the table. Although you can designate more than one field as the primary key, each table can have only one primary key.
Every table in your database should have a primary key constraint. Furthermore, it is best if your primary key meets the following criteria: ...
Get Alison Balter's Mastering Access 2002 Enterprise Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.