I've posted in here before about my football statistics database, so here's another:
I would like to set up a web form that allows me to enter stats for a player's game performance, and then add those stats to the current season stats for that player. Like this:
Page 1: Listbox containing team names. Select team, which upon submitting, brings up all players on that team.
page 2: All players on specified team now show up on new listbox. A textarea is there which will represent a stat category (ie Passes, Completions, Yards, TDs, etc). Stats for a game are entered. On submitting this form (after selecting the correct player from previously mentioned listbox), these numbers are added to the current database for this player.
****
I can figure out how to add numbers to a current database via a web form. It's the forms that are giving me fits. Anyone have some basic ideas in mind to get me started?
I would like to set up a web form that allows me to enter stats for a player's game performance, and then add those stats to the current season stats for that player. Like this:
Page 1: Listbox containing team names. Select team, which upon submitting, brings up all players on that team.
page 2: All players on specified team now show up on new listbox. A textarea is there which will represent a stat category (ie Passes, Completions, Yards, TDs, etc). Stats for a game are entered. On submitting this form (after selecting the correct player from previously mentioned listbox), these numbers are added to the current database for this player.
****
I can figure out how to add numbers to a current database via a web form. It's the forms that are giving me fits. Anyone have some basic ideas in mind to get me started?