S
SteveS
I have been 'volunteered' to computerize our Karate school's tournament paper
scoring forms. At one time someone attempted to do this using Excel, but due
to problems (no laptops, Cat5 cables on the floor, cost) it was shelved. Now
with cheaper laptops and Wi-Fi, this demon has reared its ugly head once
again.
My problem right now is the form in Access *must* look like the paper form.
The paper form has a header with some fields for judge's names, tournament
name, date, etc. The columns in the "detail" section are Seed,
ContestantID_FK, Score1, Score2, Score3, Score4, Score5, Total Score, Lowest
Score & Highest Score (this is the paper form - the total, lowest and highest
are not stored in a table).
I'm trying to normalize the scores table, so instead of fields
ContestantID_FK, Score1, Score2,..Score5, I have ContestantID_FK, Scores,
Order, JudgeID_FK.
I have made a crosstab query for the report, but I have a major brain freeze
on how ot make a form for entering the scores. The details section has to be
in continuous forms so I can't use unbound controls and VBA to save the
scores and if I use a crosstab query, it is not updateable.
All of the books stress the evils of repeating fields, and the joy of being
in 3NF, but I can't find anything on how to make the form for data entry. My
fingers have the thousand cuts of death from the books I've pages thru and
I've Googled using several different keywords until I'm seeing double.
Since the number of records will be almost nothing (about 300 per
tournament) I'm tempted to use "spreadsheet" like tables. But every once in a
blue moon, we will have only three judges or seven instead of the standard
five judges.
I'm turning to the wondrous source of all knowledge - the NG for help in
solving this Koan. Anyone have any words of wisdom?
TIA
scoring forms. At one time someone attempted to do this using Excel, but due
to problems (no laptops, Cat5 cables on the floor, cost) it was shelved. Now
with cheaper laptops and Wi-Fi, this demon has reared its ugly head once
again.
My problem right now is the form in Access *must* look like the paper form.
The paper form has a header with some fields for judge's names, tournament
name, date, etc. The columns in the "detail" section are Seed,
ContestantID_FK, Score1, Score2, Score3, Score4, Score5, Total Score, Lowest
Score & Highest Score (this is the paper form - the total, lowest and highest
are not stored in a table).
I'm trying to normalize the scores table, so instead of fields
ContestantID_FK, Score1, Score2,..Score5, I have ContestantID_FK, Scores,
Order, JudgeID_FK.
I have made a crosstab query for the report, but I have a major brain freeze
on how ot make a form for entering the scores. The details section has to be
in continuous forms so I can't use unbound controls and VBA to save the
scores and if I use a crosstab query, it is not updateable.
All of the books stress the evils of repeating fields, and the joy of being
in 3NF, but I can't find anything on how to make the form for data entry. My
fingers have the thousand cuts of death from the books I've pages thru and
I've Googled using several different keywords until I'm seeing double.
Since the number of records will be almost nothing (about 300 per
tournament) I'm tempted to use "spreadsheet" like tables. But every once in a
blue moon, we will have only three judges or seven instead of the standard
five judges.
I'm turning to the wondrous source of all knowledge - the NG for help in
solving this Koan. Anyone have any words of wisdom?
TIA