P
Patrick Pohlmann
Hi,
I am trying to work with Stored presucures insted of buliding querys within
vba. I am working with an access .adp (Access 2007) and SQL Server 2005
There are two quesitions I would like to know:
1. How to use a stored procedure with parameters as recordsource for an
access form.
2. How to open a stored procedure via vba to view the results
For example my Prozedure is called: proc_myproc and it need two parameters
like @one und @two.
I would be very happy if someone could tell me how to do this.
Thanks a lot.
Regards
Patrick
I am trying to work with Stored presucures insted of buliding querys within
vba. I am working with an access .adp (Access 2007) and SQL Server 2005
There are two quesitions I would like to know:
1. How to use a stored procedure with parameters as recordsource for an
access form.
2. How to open a stored procedure via vba to view the results
For example my Prozedure is called: proc_myproc and it need two parameters
like @one und @two.
I would be very happy if someone could tell me how to do this.
Thanks a lot.
Regards
Patrick