PROGRAM: Fantasy Football Player Analysis
SCREEN FUNCTION: To add/remove players from a team roster within a specific league
SCREEN OBJECTS: Text box for League Code, Combo Box for players already on a team roster, Combo for players not on a team roster, (eventually buttons that will draft/undraft players back and forth to teams)
KNOWNS: I have queries already built in MS Access on databases that will pull the league roster and pull the players not yet drafted.
QUESTION: Is there a way to enter a numeric league code in a VB Text Box and use it as part of a querie that will populate a combo box. Eg. I would like to be able to key in a '1' in the League Code text box, and have the querie I've built pull all 'League Code = 1" rostered players into a ACTIVE ROSTER combo box, and at the same time pull all NON_ACTIVE ROSTER player in a second combo box... Eventually I would like to create buttons between the two combo boxes that would allow me to move selected players from one box to the other (drafted/released). Is this possible?
Any ideas of lead would be greatly appreciated!
SCREEN FUNCTION: To add/remove players from a team roster within a specific league
SCREEN OBJECTS: Text box for League Code, Combo Box for players already on a team roster, Combo for players not on a team roster, (eventually buttons that will draft/undraft players back and forth to teams)
KNOWNS: I have queries already built in MS Access on databases that will pull the league roster and pull the players not yet drafted.
QUESTION: Is there a way to enter a numeric league code in a VB Text Box and use it as part of a querie that will populate a combo box. Eg. I would like to be able to key in a '1' in the League Code text box, and have the querie I've built pull all 'League Code = 1" rostered players into a ACTIVE ROSTER combo box, and at the same time pull all NON_ACTIVE ROSTER player in a second combo box... Eventually I would like to create buttons between the two combo boxes that would allow me to move selected players from one box to the other (drafted/released). Is this possible?
Any ideas of lead would be greatly appreciated!