I'm trying to call a SQL Server stored procedure from an Access 97 database. I tried looking through the old threads and found a few items related to stored procedures, but nothing that clearly answered my question.
The Stored Procedure is called ProcCreateCase, and it is expecting to paramaters: Param1, Param2.
Could someone please show me the code required to call that stored procedure with the two paramaters when the user pushes the command button?
Thanks in advance!
Alex
The Stored Procedure is called ProcCreateCase, and it is expecting to paramaters: Param1, Param2.
Could someone please show me the code required to call that stored procedure with the two paramaters when the user pushes the command button?
Thanks in advance!
Alex