I need to create a table that reflects relationship between items. I have a set of 40 items, each item ranges from 0 to 9. I need to create rules regarding those different items. If item 1 is X and item 2 is Y then return OK or Wrong.
How do I do this?
Thanks.