View Full Version : Report Name


Yecats131
05-06-2008, 03:58 PM
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!

macca the hacke
05-07-2008, 09:38 AM
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]