Here is a sample of the classifications:
Level 1: Math
Level 2: Addition Level 3: Simple, Hard
Level 2: Division Level 3: Simple, Hard
There is another form (not included in DB.zip) where the user selects item classifications from 4 combo boxes. These combo boxes are dependent on one another.
If they select Math from Combo Box 1, then only those items that are related to math will appear in Combo Box 2 such as Addition and Division.
So basically, what DB.zip is is a collection of forms that are used to populate the data that will appear in the Combo Boxes.
If you look at Table ICL 2, you will see that this is the table that tells the program what to show in Combo Box 2 depending on what the user chooses from Combo Box 1.
The user can enter a maximum of 30 level 1's.
For each level 1, they can enter 20 level 2's
For each level 2, they can enter 10 level 3's
For each level 3, they can enter 2 level 4's
30 * 20 * 10 *2 = 12,000 and that is what the last number is in each table.
Did I confuse you even more?
