Here's what's happening. I am creating a view. I add the primary table. I add table2 for lookup of a code description. Seems to work fine so far. Then I add a third table for lookup of another code's description. When I run it, the description shown from table3 is always the same and not the correct one for the code in the primary table.Why is this not working? I've told it to left join on fields being equal.(A to B, A to C)I have several more lookup tables to add to this. Need your help.