Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to access parameter description chosen?

Status
Not open for further replies.

BernieBeattie

Programmer
Nov 29, 2002
22
0
0
GB
We have a dynamic parameter which gives a choice of entries on a lookup table, so the value is the lookup id and the description is the lookup text. We want to show the chosen parameter's description rather than the value in the report heading without creating a formula field to look it up again. Is that possible?

Thanks for any help.
Bernie
 
You could use a subreport that uses the lookup table, where you add the description to the detail section and add a record selection formula like:

{table.ID} = {?parm}

Then link the subreport to the main report on {?parm}. Be sure to use the dropdown to select {?parm}, not {?pm-?parm}.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top