Linq - Access database - combobox
Hello,
I am working on a project where I have to display on a form values of a database.
The database in .mdb format (Access). I would like to have a combo-box that shows 2 fields of the database, in this case, last name & first name.
I think I should be using Linq for that, but I am struggling a lot with the syntax and not sure how to do it. Help would be greatly appreciated!
Re: Linq - Access database - combobox
If you want to use LINQ then you must be using VB.NET, you posted your question in the Classic VB Forum, dedicated to VB6 and earlier
Re: Linq - Access database - combobox
Ok, I will move my question in vb.net