how to pass parameter values to stored proc using cmd btn on form

M

mevert

My working environment is: SQL Server 7.0, Microsoft Access 2000 Project

I want text boxs on the form to supply the necessary parameters for a stored
procedure. This procedure inserts the supplied values into a table.

The users enter the required values into a text box, and then I want to be
able to have them click a command button which will run the stored procedure
and supply the user entered values to the stored procedure.

Help! I am new to this environment and need help.
 
Top