I have set up a relational database in access where some fields look up values in another table and display it in a combobox.

I am now looking to import this access database into a vb.net express project.

Do I have to rebuild these relationships ?

How do I recreate the functionality mentioned above ? A combobox should display values from 1 table and store the selected value in another.

Thanks for any help.