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. All I need is the vb
code which will allow the user entered values to be passed to the stored
procedure and run the procedure.
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. All I need is the vb
code which will allow the user entered values to be passed to the stored
procedure and run the procedure.