Hello everyone,

Greetings from Brazil! I have a question. I have two tables in a MS Access database:

tbl_employees (employeesBindingSource)
tbl_categories (categoriesBindingSource)

On my employees table, I have a ComboBox field to display the categories to be selected.

How do I set up the comboBox on the form in C# ? I've tried many configurations, but so far I've been unable to make it work.

What would be the right information to put in the properties below?

-Data
--(DataBindings)
---(Advanced):
---SelectedItem:
---SelectedValue:
---Tag:
---Text:

--Properties
---DataSource:
---DisplayMember:
---Item (collection):
---Tag:
---ValueMember:

Thanks in advance for your attention, time and help. I really appreciate it!

Berst regards,

JC Carmo