G
Guest
I am displaying code and name in combo box using select statement like
Select empcode, empname from employee
Upon selection of the code and name, I want to pass on both the values
to other form.
What is the best way to do so?
I am able to pass only one of the values? I don't know how I can pass both
Thank you for your help!
-Me
Select empcode, empname from employee
Upon selection of the code and name, I want to pass on both the values
to other form.
What is the best way to do so?
I am able to pass only one of the values? I don't know how I can pass both
Thank you for your help!
-Me