D
Drew
I need to pass 2 parameters from a form to a report that is generated by a
Stored Procedure. I have a form built with 2 dropdowns, one for Employee
Title the other for Employee Status, and a button. When the user selects
the title and status they want in the report, I want them to click Get
Report and then the report is generated by a SP (in SQL Server) where the
params are given by the form.
Is this possible?
Thanks,
Drew
Stored Procedure. I have a form built with 2 dropdowns, one for Employee
Title the other for Employee Status, and a button. When the user selects
the title and status they want in the report, I want them to click Get
Report and then the report is generated by a SP (in SQL Server) where the
params are given by the form.
Is this possible?
Thanks,
Drew