N
Nicola M
Hi all, Access 2003.
I have a form with some cmdButtons that usually open some reports in
preview mode. These reports are based on some static query. SOme query,
in the Criteria row, has a parameter request [Write parameter].
I would open the same reports from two different locations: a simple
cmdButton in a kind of MasterPanel (I need only a date from my user) and
a button on a specific detail form that already open the report with the
current record. Well, obviously, when I open the report from the detail
form I get also the input request [Write Parameter].
Is there a VBA way to pass a value to this input request?
This let me to avoid to create another query without the [write
Parameter] to use only with the cmdButton in the detail form.
Thanks for your time, any advice, tip or suggestion are welcome.
Nicola M
I have a form with some cmdButtons that usually open some reports in
preview mode. These reports are based on some static query. SOme query,
in the Criteria row, has a parameter request [Write parameter].
I would open the same reports from two different locations: a simple
cmdButton in a kind of MasterPanel (I need only a date from my user) and
a button on a specific detail form that already open the report with the
current record. Well, obviously, when I open the report from the detail
form I get also the input request [Write Parameter].
Is there a VBA way to pass a value to this input request?
This let me to avoid to create another query without the [write
Parameter] to use only with the cmdButton in the detail form.
Thanks for your time, any advice, tip or suggestion are welcome.
Nicola M