J
JOE
Hi All,
I have set up a pass through query that runs a stored
procedure in my SQL DB. I created a report from that
query as well. I would like to pass three prameters from
a form that would run the stored Procedure and open the
report.
I tried to modify the pass thru query to say
"exec SPname [forms]![replrptsys]![cmdbranch],[forms]!
[replrptsys]![begDate],[forms]![replrptsys]![EndDate]"
This errors out on the "!"
Any help is greatly appreciated.
Thanks,
Joe
I have set up a pass through query that runs a stored
procedure in my SQL DB. I created a report from that
query as well. I would like to pass three prameters from
a form that would run the stored Procedure and open the
report.
I tried to modify the pass thru query to say
"exec SPname [forms]![replrptsys]![cmdbranch],[forms]!
[replrptsys]![begDate],[forms]![replrptsys]![EndDate]"
This errors out on the "!"
Any help is greatly appreciated.
Thanks,
Joe