Select an item in combo box

arunakumari02

Registered User.
Local time
Today, 15:37
Joined
Jun 2, 2008
Messages
91
I have a combo box which is populated by a SQL query. Till here it is working fine.

Now I have write the code to slected an item from the list of items in combo box.

Can anyone help me with this.
 
Your question is not completely clear, can you elaborate??

Do you want a default value?? Or do you want to know what value was picked from the combo?
 
What value is picked from the list of values in combo box.
 
You can find your 'bound column' by fetching the value from the control
Me.ControlName.Value
 

Users who are viewing this thread

Back
Top Bottom