A
Andrew Holmes
I converted (upsized) my Access dB to SQL2000
I am trying to fix all the macros and queries that broke in the process.
Can someone tell me how to pass a Text box value to a Stored Procedure?
For instance I am trying to fill a List Box control with the last names that
match a text box...
so I have a Stored Procedure defined that pulls the Fname Lname ID with the
criteria being the Lname= @Lname
I get a prompt but I would rather pass the value of the text box field..
thanks
I am trying to fix all the macros and queries that broke in the process.
Can someone tell me how to pass a Text box value to a Stored Procedure?
For instance I am trying to fill a List Box control with the last names that
match a text box...
so I have a Stored Procedure defined that pulls the Fname Lname ID with the
criteria being the Lname= @Lname
I get a prompt but I would rather pass the value of the text box field..
thanks