Hello,
I built a database using Microsoft Access & I want to display the values of columns in list boxes when a button is clicked on my windows Form.
My application is simply an Institution finder and I stored a list of all the schools I need on the database.
This database consists of a single table with columns like Institution Name, Year Founded, Website e.t.c.
On my VB form, I have built radio buttons to enable users select their desired institutions (Private, Government e.t.c)
As soon as a user selects his/her desired institution type (e.g private) and clicks a Find Button, the list of the private institutions name should be displayed in a list box and their corresponding websites should be displayed in another list box.
I really don't know how to to this
I will really appreciate your help. Thanks