randommetalguy
Registered User.
- Local time
- Today, 15:03
- Joined
- Nov 25, 2008
- Messages
- 52
Hey guys,
I have a series of 3 combo boxes and I want the lists to generate based on previous input.
The best example of this I can think of is with sports teams.
Let's say I have 3 lists
1. League
2. Division
3. Team
For baseball there are 30 teams. So without picking a league or division all 30 would be available in the in team list. If the user picks either National League I want the team list to shrink down to just the 16 teams in the National League. Then if the user selects East from the Division List I want the teams list to only have the teams from the National League East Division.
What's the most efficient way to implement something like this using Access and VB?
I have a series of 3 combo boxes and I want the lists to generate based on previous input.
The best example of this I can think of is with sports teams.
Let's say I have 3 lists
1. League
2. Division
3. Team
For baseball there are 30 teams. So without picking a league or division all 30 would be available in the in team list. If the user picks either National League I want the team list to shrink down to just the 16 teams in the National League. Then if the user selects East from the Division List I want the teams list to only have the teams from the National League East Division.
What's the most efficient way to implement something like this using Access and VB?