J
Jim Shaw
BlankIn my report heading is the name of a contact person to be called when
the report users need to ask a question about the report. The name of the
contact is in a parameter table:
tblAppState
-------------
ParamCode Integer
ParamText Text
A ParamCode value of 103 points to the record with the contact's name.
When I run the report, I want to access this name and put it into the report
heading.
How can I do this without doing an outer join of my underlying data table to
tblAppState?
Thanks
Jim
the report users need to ask a question about the report. The name of the
contact is in a parameter table:
tblAppState
-------------
ParamCode Integer
ParamText Text
A ParamCode value of 103 points to the record with the contact's name.
When I run the report, I want to access this name and put it into the report
heading.
How can I do this without doing an outer join of my underlying data table to
tblAppState?
Thanks
Jim