I have a fully normalized (TNF) database, which you can examine here:
Code:
https://docs.google.com/open?id=0BzEN-8iqecFtX1A1SFd4UzdyTlk
I need to create a form to enter scores into the scores table. I would like the user to click on a row item from the MatchDates table. Then use the WeekNmbr from that row to find all rows for that weeknmbr in the matchups table. Use the two team id's from each row to find the team names in the teams tables. Then, for each matchup, list the two teams beside each other. Beside each team, I need the names of the four players from that team (from the players table), and then three blank boxes for each player where a score could be entered into the scores table. Ideally would be able to enter all 24 scores for each matchup (paired-teams) on the same page.
Can I do all this in the form or should I create some queries to minimize the number of objects?