Say you have three lists, ListA, ListB, and ListC.
Some columns in ListA are my keys to retrieve data from Lists B and C. I use other ListA columns to set fill colors and things like that.
So far, I have been assigning Lookup results to individual variables, but I believe that the code would be cleaner if I could assign the whole Lookup result to a record variable, and the just use the record elements when I need them.
Is this possible? how?