ICL stands for Item Classification Level
On the Switchboard, there is a Command Button called "Add Clasification". When the user clicks it, a form pops up. By the way, there are four levels of classification. Here is the basic overview of the Classification Level System:
- Level 4
- Level 3
- Level 4
- Level 2
- Level 4
- Level 3
- Level 4
Level 1
- Level 4
- Level 3
- Level 4
- Level 2
- Level 4
- Level 3
- Level 4
Form 1 allows the user to only one Level 1 at a time. The user then clicks "Next" and form 2 opens. In form 2, the user is allowed to enter two Level 2 Classification Levels. The user again clicks "Next" and Form 3 opens which allows the user to enter four Level 3 classification levels. The user then clicks "Next" and the user is allowed to enter eight Level 4 Classifications.
The user is allowed to go through this process a maximum of three times.
I have the following tables:
ICL
Item ID 2
Item ID 4
Item ID 6
Item ID 8
ICL 1
Item ID 2
ICL 1
ICL 2
Item ID 4
ICL 2
ICL 3
Item ID 6
ICL 3
ICL 4
Item ID 8
ICL 4
Tables ICL 1-4 are linked to Table ICL by their respective Item ID's.
Table ICL is where all of the relationships for all of the ICL tables are entered.
ICL looks like this:
Item ID 2 Item ID 4 Item ID 6 Item ID 8
1 1 1 1
1 1 2 2
1 2 1 1
1 2 2 2
This basically means that if the user selects ICL 1 that is under the Item ID 2 of 1, then in combo box 2, his choices would be the items that are under the Item ID 4's of 1 and 2.
Hope this helps!