relational access database : import into vb.net
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.
Re: relational access database : import into vb.net
You cannot import an Access database to VB.Net. But you can use VB.Net to access an Access database.
Re: relational access database : import into vb.net
Quote:
Originally Posted by Xancholy
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 - how do I do the above ?