Say I have a basic lookup table with code and description fields. I have a parameter field in my report. The value of this parameter field will correspond to a record in the lookup table using the "Code" field as the key.
In the header of my report I would like to show the corresponding description value. How best can this done? Is a SubReport, passing the parameter, the only way?