S
Steve
Hello all:
I am working on a project that has two list boxes side-by-side on a
form. What I want to happen is when a user clicks on an item in the
list box on the left, the list box on the right displays information
related to only that item. I would like to be able to connect to a
SQL database to retrieve the items and possibly store them in an array
and then loop through the array to populate the list box.
ListBox1 ListBox2
--------------- ----------------
Sports ----> Basketball
Soccer
Football
Cars -------> Ford
Chevrolet
Dodge
Can someone help me on this or can someone point in the direction to
at least get things moving?
Thanks for the info.
Steve
I am working on a project that has two list boxes side-by-side on a
form. What I want to happen is when a user clicks on an item in the
list box on the left, the list box on the right displays information
related to only that item. I would like to be able to connect to a
SQL database to retrieve the items and possibly store them in an array
and then loop through the array to populate the list box.
ListBox1 ListBox2
--------------- ----------------
Sports ----> Basketball
Soccer
Football
Cars -------> Ford
Chevrolet
Dodge
Can someone help me on this or can someone point in the direction to
at least get things moving?
Thanks for the info.
Steve