S
souris
I have an app to pass parameter to SQL stored procedure.
I tried to pass '10012' to my stored procedure which works.
I would like to pass from my control data like (Text1.value)
Do I need write VBA code to pass?
If not, can I just pass something like
'Exec MySP @MyParam = MyControl.Value'
I saved my user name and password on the pass through query.
Are there any way to pass user name and password who logon the app?
Any information is great appreciated.
Souris,
I tried to pass '10012' to my stored procedure which works.
I would like to pass from my control data like (Text1.value)
Do I need write VBA code to pass?
If not, can I just pass something like
'Exec MySP @MyParam = MyControl.Value'
I saved my user name and password on the pass through query.
Are there any way to pass user name and password who logon the app?
Any information is great appreciated.
Souris,