Report Name

Yecats131

Registered User.
Local time
Yesterday, 17:02
Joined
Apr 22, 2008
Messages
63
Hello!

I want to name my reports based off of the parameter that the user picks. So for a Status Report I would like it to say: Requestion: Closed ... with Closed being the parameter.

Is there anyway to do this? If so, how?

Thanks!
 
Just reference the combo box in a text box on the report - this assumes that the form stays open when the report is run

ie

if combo box used to pick parameter is [cmb_parameter] then reference in the text box on the report as:

[frms]![yourformname]![cmb_parameter]
 

Users who are viewing this thread

Back
Top Bottom