Hi
I have a table: tblDocument, that includes a field statusCode, which is validated through a decode table: tblCodeDecode.
tblCodeDecode has a 2-part primary key: categoryCode + subCode, as well as non-key fields: activeInd and description, as follows:
STA | INC | True | In Progress
STA |...