How to input data in dropdown

Please help.

I create dropdown in form. when i click to select item but it’s not come back to drop down.

Thank you.[:D]

Hi,

I don’t know if I understand well. Dropdown you mean ComboBox?

You must set data source. The data source is set by using the DataSource and DataField properties, or by using the DataMethod property. This type of control is automatically created if you drag a field onto the form design that has an enumerated data type with more than two values.

I hope that it is helpful.

Thank you very much for your reply.

Yes it is combobox. Now i can set it.

First time it’s not work because i set relation not correct.[:)]