I have a problem that I am hoping someone could help me with. I am trying to take a table and display it in a form but with the following criteria.
Table: Baseball
Fields: Team, Player, Position, Error Rate
1)So in my form I am going to have a drop down box for (Team), when I select my (Team) I want this to automatically populate a list box with the (Player List) from that (Team).
2)Then I want to select a (Player) from that list box and have that populate the (Player's Position) in another list box next to it.
3) Then finally I want to click on the (Position) and have that auto populate another list box with the (Error Rate).
So I want it to look like this:
Yankees -> Ruth -> P
Mantle RF -> .241
Igawa
Any ideas or help would be so great on this. I am very curious about how to get things set up. I have my table and I have my form built. Im guessing it will require some SQL with the form but I'm not sure.
Table: Baseball
Fields: Team, Player, Position, Error Rate
1)So in my form I am going to have a drop down box for (Team), when I select my (Team) I want this to automatically populate a list box with the (Player List) from that (Team).
2)Then I want to select a (Player) from that list box and have that populate the (Player's Position) in another list box next to it.
3) Then finally I want to click on the (Position) and have that auto populate another list box with the (Error Rate).
So I want it to look like this:
Yankees -> Ruth -> P
Mantle RF -> .241
Igawa
Any ideas or help would be so great on this. I am very curious about how to get things set up. I have my table and I have my form built. Im guessing it will require some SQL with the form but I'm not sure.