H
Hardhit
Hello,
I have a database which I use to keep scores during a shooting contest.
In this database I have a form that's linked to a table to enter the shooter
scores.
In the current table I have 60 fields to collect the shot scores for each
target.
I would like to simplify this table and I have an idea on how to do this.
I would make a design as follows.
MatchID SCOREID REEKS S1 S2 S3 S4 S5 S6 S7 S8 S9 S10
Totaal
1 1 1 9 9 9 9 9
9 9 9 9 9 90
1 1 2 9 9 9 9 9
9 9 9 9 9 90
1 1 3 9 9 9 9 9
9 9 9 9 9 90
1 1 4 9 9 9 9 9
9 9 9 9 9 90
1 1 5 9 9 9 9 9
9 9 9 9 9 90
1 1 6 9 9 9 9 9
9 9 9 9 9 90
540
This would mean that the table consists of only 14 fields instead of
currently 64 fields.
A field that is also in the table but not shown in the above shown table is
the ShooterID.
So I have 1 row with each 10 shots, the Row total and the match total can be
calculated so these I would keep out of the table.
The total match consists of 60 shots.
How would I make a form to fill this ? The 60 shots need to be visible in
the same screen.
Regards,
Peter
I have a database which I use to keep scores during a shooting contest.
In this database I have a form that's linked to a table to enter the shooter
scores.
In the current table I have 60 fields to collect the shot scores for each
target.
I would like to simplify this table and I have an idea on how to do this.
I would make a design as follows.
MatchID SCOREID REEKS S1 S2 S3 S4 S5 S6 S7 S8 S9 S10
Totaal
1 1 1 9 9 9 9 9
9 9 9 9 9 90
1 1 2 9 9 9 9 9
9 9 9 9 9 90
1 1 3 9 9 9 9 9
9 9 9 9 9 90
1 1 4 9 9 9 9 9
9 9 9 9 9 90
1 1 5 9 9 9 9 9
9 9 9 9 9 90
1 1 6 9 9 9 9 9
9 9 9 9 9 90
540
This would mean that the table consists of only 14 fields instead of
currently 64 fields.
A field that is also in the table but not shown in the above shown table is
the ShooterID.
So I have 1 row with each 10 shots, the Row total and the match total can be
calculated so these I would keep out of the table.
The total match consists of 60 shots.
How would I make a form to fill this ? The 60 shots need to be visible in
the same screen.
Regards,
Peter