G
Guest
Hello all!
I have SP that returns a value.
txtTableid.Text = cmdLog.ExecuteScalar is basicly the line of code to get
this return to this text box. Thanks again for the tip on that one. Anyway,
I want this text box to be on a diffrent form. When the button is clicked,
it returns the value, then it takes you to the next form. How can I return
the value from that SP to a textbox on a diffrent form, without making
another SP on the second form?
TIA!!!
Rudy
I have SP that returns a value.
txtTableid.Text = cmdLog.ExecuteScalar is basicly the line of code to get
this return to this text box. Thanks again for the tip on that one. Anyway,
I want this text box to be on a diffrent form. When the button is clicked,
it returns the value, then it takes you to the next form. How can I return
the value from that SP to a textbox on a diffrent form, without making
another SP on the second form?
TIA!!!
Rudy