set comboBox value with VBA

joeKra

Registered User.
Local time
Today, 06:07
Joined
Jan 24, 2012
Messages
208
Hi,
i'm trying to set the value of a ComboBox with 2 columns with the MyCtrl.Column(0,15), the 1st column has customer id and the 2nd has the contract ID that means that 1 customer can have 50 contracts , what happens is that even i will set the row to 15 it will show the contract # from first row because its sharing the same customer id, and actually what i want is that it should show the Contract # from Row 15 :confused:

any help is appreciated !
 
JoeKra, hi
could you post the code you are using to populate the combobox? It is a little hard to figure out much from what you have posted.
 

Users who are viewing this thread

Back
Top Bottom