Entry Rules
1. An Entrant record has fields Entrant#, Class, Project, and other fields not germane to this problem.
a. The Entrant# is of course the primary key
b. The Class can have one of four values.
c. The Project can have any value from the Project table, except that most Projects are limited to certain Classes.
2. An Entry record has fields Entrant#, Entry_type, and other fields not germane to this problem.
a. The Entrant# is a reference to the Entrant Table and is also unique in the Entry table.
b. The Entry_type can have any value from the Entry_type table, except that some Entry_types are limited to certain Classes, or Projects, or both.
The validation rules for 1c & 2b vary from contest to contest. Updating the Project and Entry_type tables is easy; but how do I apply the secondary rule for 1c and 2b, and the tertiary rule for 2b, and put them in a table so they can be updated?