Link to home
Start Free TrialLog in
Avatar of garyinmiami2003
garyinmiami2003Flag for United States of America

asked on

adding cobo box to datagridview

I populate a datagridview with the query:

Select Col1, Col2, Col3, Col4, Reason from tbla

I want to add a combox box where the reason is.  The value of the Reason is a code 3digits
Example "048"  I want to look up the description for that code and display the description in the cobo box.  If the were were updated, I want the code not the description.

The query to get the code Select DESC from Desc_tble wher Reason = '048'

My question is how to create and set the properties to do this?
Avatar of GSix
GSix
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of John (Yiannis) Toutountzoglou
John (Yiannis) Toutountzoglou
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial