D
Dina
Hi All.
I have a report in Access that has it's input parameters set to supply a
stored procedure a particular number coming from a text box on a particular
form.
Example:
Input Parameters @OrderID = [Forms]![frmTEST]![txttest]
On a completely separate form I want to call a Macro that prints out this
same report. But I need to REset the input parameters. How do I do that in
code?
I have:
Report_rptReportName.InputParameters. = txt1.text
The error is runtime error 424- object required.
Any help?
Thanx
D
I have a report in Access that has it's input parameters set to supply a
stored procedure a particular number coming from a text box on a particular
form.
Example:
Input Parameters @OrderID = [Forms]![frmTEST]![txttest]
On a completely separate form I want to call a Macro that prints out this
same report. But I need to REset the input parameters. How do I do that in
code?
I have:
Report_rptReportName.InputParameters. = txt1.text
The error is runtime error 424- object required.
Any help?
Thanx
D