J
jordan.krisiskoncepts
Hello,
I have an ADP and a sql server 2005 express backend. I have a form
that is based on a ado recordset. I want to open a report based on
the same recordset. The form's recordset is based on a stored
procedure with multiple required input, optional input and output
parameters. I know you can set the value of a report's recordsource
to a SP and then specifiy the input parameter values programatically
in VBA during the open event of the report.
2 questions:
- Can I use a procedure that has output paramters with reports, or do
I have to create a new one without them?
- Can a report be based on a recordset? ie "set report.recordset = rs"
I have an ADP and a sql server 2005 express backend. I have a form
that is based on a ado recordset. I want to open a report based on
the same recordset. The form's recordset is based on a stored
procedure with multiple required input, optional input and output
parameters. I know you can set the value of a report's recordsource
to a SP and then specifiy the input parameter values programatically
in VBA during the open event of the report.
2 questions:
- Can I use a procedure that has output paramters with reports, or do
I have to create a new one without them?
- Can a report be based on a recordset? ie "set report.recordset = rs"