Hi Stacey -
The message that you are getting is because of the relationships between two tables. The "enforce referential integrity" option has been set.
For example, suppose you have the following tables
tblAutos: AutoID (primary key), AutoName, ColorID (foreign key)
tblColors: ColorID...