TravelingCat
Registered User.
- Local time
- Today, 20:05
- Joined
- Feb 22, 2010
- Messages
- 42
Hello
I have a combobox with Forum names in it. When user selects a forum from the list, i need to determine which one is it, go to tblForums (or form) and pull out the content of the field "forumParticipants" (of course, participants of the forum that was selected by user).
The problem is i have no idea how to do that. So far i have the index of selected item, but i don't really know what's next..
Any help will be appreciated
I have a combobox with Forum names in it. When user selects a forum from the list, i need to determine which one is it, go to tblForums (or form) and pull out the content of the field "forumParticipants" (of course, participants of the forum that was selected by user).
The problem is i have no idea how to do that. So far i have the index of selected item, but i don't really know what's next..
Any help will be appreciated