How can I run a SQl Server 7 Store Procedure from MS Access?
How can I run a SQl Server 7 Store Procedure from MS Access?

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
From an MDB, you usually use ADO to run it. In an ADP you can run it directly. What exactly are you trying to do?
Charlotte
I want to create a form with some text box and pass the texbox value to the StoreProcedure and run it.
What does the stored procedure do? You can build code to pass a parameter to a stored procedure, but what do you want to accomplish? And did you want to do this in an mdb or an adp?
Charlotte