maggielady
Technical User
I have two tables, a family table and lookup table. In my report I want to include the family status field from the family table. I have the two tables linked by status id but in the both tables it's a number. There is a text field in the lookup table that gives the corresponding text for the #. The question is what if a person adds another status in the family table? It will go to the lookup table but if I use an if statement to get the text from the lookup table, I couldn't possibly know all the numbers that may be created for the family status. I need a formula that will pick up any added status id #'s and get the text from the lookup table. Any help would be greatly appreciated!