B
Bobby Conn
Hello,
My current situation:
I have a form which generates reports for me. I select the
report I want to create, select the correct parameters and
press go. The form executes the stored procedure and
creates a temporary table from which the report gets its
data.
What I'm aiming for:
I'd like to remove the temporary table from my process. Is
this possible? I've tried numerous things, but I'm unable
to find a way to pass parameters to the report which is
then passed to the stored procedure.
Thanks,
Bobby Conn
My current situation:
I have a form which generates reports for me. I select the
report I want to create, select the correct parameters and
press go. The form executes the stored procedure and
creates a temporary table from which the report gets its
data.
What I'm aiming for:
I'd like to remove the temporary table from my process. Is
this possible? I've tried numerous things, but I'm unable
to find a way to pass parameters to the report which is
then passed to the stored procedure.
Thanks,
Bobby Conn