I have a table that has a list of categories (tblCategory) with a key of Cat01 through Cat21.
I have a second table (tblItems) for Items that can have up to 4 Categories each; Category1, 2, 3, and 4.
Each Item entry in the second table has one or more keys from the first table in the...