Machiaveli
Programmer
Hello,
I've a form with a listbox where i want to pass the value of the listbox to the pass-through-query which then executes an stored procedure with an parameter.
The problem is that i can make it work. I've done the following in the pass-through-query:
exec usp_test [forms]![frmTest]![lstBox]
Is this correct?
I've a form with a listbox where i want to pass the value of the listbox to the pass-through-query which then executes an stored procedure with an parameter.
The problem is that i can make it work. I've done the following in the pass-through-query:
exec usp_test [forms]![frmTest]![lstBox]
Is this correct?