I have a report that has a field that is made up of 2 letter codes. I also have a CSV file that breaks these codes out into descriptions. For example, LHDZ would mean "Left Hand (LH)", "Double reinforced (DZ)". So, I want to break these fields into their two letter components, match them to their descriptions, and then print out the descriptions. There are about 300 of these things. Initially I had envisioned a monstrous formula that would use a gigantic case statement that had all 300 possibilities and played "Is this it? no. Is this it? No..." and extract the descriptions, but I had this file so I am trying to see how I can incorporate this into the formula. The table is added to the report, but not linked to anything. Is it possible to extract the description field from within a formula on an unlinked table?