Automation for Athletics Track and Field Meet (Meet Manager) (1 Viewer)

Local time
Today, 14:48
Joined
Mar 23, 2022
Messages
45
Hi guys,

I am a Novice and want to develop a Meet Manager for Athletics Track and Field Meet.

In an Athletics Track and Field Meet each School are allowed to register only two players for a particular event (eg. 100m, 200m. High Jump etc.)

In Track Events there are only 8 Tracks / Lanes.

So if the total no. of Entries for a particular Track Event is 20, the no. of Heats must be divided by 8 in such a way that two schools does not compete in the same Heat.

example
1649412362282.png


I want to generate a query so that the results will be as follows
1649412495969.png
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 17:18
Joined
May 7, 2009
Messages
19,247
here is a simple track and field db.
 

Attachments

  • Track and Fields.accdb
    1.1 MB · Views: 209
Local time
Today, 14:48
Joined
Mar 23, 2022
Messages
45
I have uploaded my test database as attachment


I want to add

"ORDER BY DCount("1","AthleteEvent","AthleteEvent.SchoolAssociation='" & AthleteEvent.[SchoolAssociation] & "' AND EventID<= " & [EventID]), AthleteEvent.SchoolAssociation"

to "Test Query Form" but I got a syntax error

[It is working in the "Test AthleteData Query"]




I want to put the following validations in the "Test Data Entry Form"

1. Each Athlete can participate for only 2 individual Events (100m, 200m, 400m etc.) and one Relay Event (4x100m and 4x400m)
2. Only two participants from the same School/Association can participate in the same Event.
 

Attachments

  • test1.accdb
    3 MB · Views: 183

Users who are viewing this thread

Top Bottom