| militaryRecruitment | yes/no |
| curriculumInnovation | yes/no |
| socialJustice | yes/no |
| nclb | yes/no |
| renaissance2010 | yes/no |
| CPSissues | yes/no |
but this may not be the best way to do this. Why? Well, it
makes it hard to modify the design of the form and database. Let's say
that next year there are a completely different list of issues. The
designer of the database would have to go into the table and change it and
then change the forms and reports to fit the new set of issues. This
could be very time consuming. Instead, we are going to make a more
dynamic design.
| attendee | number |
| interest | char(60) |
Highlight both fields and make them the primary key.



