-
Combo Box
I'm creating a golf app to keep all my stats. I have a form where I add a new course (name, par and length of each hole) which is fine. When I open my form to add a new score I want to be able to choose the course from a combo box and all the course details (par and length of each hole) automatically fill the labels corresponding to the appropriate hole. I'm not quite sure where to start. Can someone please give me some suggestions.
Thanks
Lintz.
-
The listindex shows you which item you selected. So you can check the yourlist.List(listindex) and accordingly load/show all the stuff...