Sports Carnival Management Software
This is an easy to use access database for managing results for a school Athletics or Swimming carnival.
It has many features with some of the main ones listed below:
- Easy entry of event results
- Tracking of event records
- Cumulative house points
- Age Champions
- Multiple Reports to print results
- HTML export of results
- Export of top athletes for Meet Manager Swim and Track & Field
This database requires Microsoft Access 2010 or newer. If you do not have this installed you can download the Microsoft Access 2016 Runtime for free.
The database was originally developed by Andrew Rogers, in conjunction with Christian Outreach College, Brisbane. He has generously allowed it to be made open source, to allow further development and allow it to run on more modern systems.
You can download the most recent release from Releases tab. A list of changes between versions can be seen here CHANGELOG.
Before version 5, Sports Administrator was written using Access 97 databases. Support for this database format was dropped from Access 2013 and later versions. To open a carnival file created in the previous version you will need to convert it to a new Access format. Instructions for different Access versions provided below.
- Open Database in Access
- File -> Save & Publish
- Choose either Access Database (*.accdb) or Access 2002-2003 Database (*.mdb)
- Click Save As and save your file.
- Open Database in Access
- Click OK to warning
- Tools -> Database Utilities -> Convert Database -> To Access 2002-2003 File Format..
- Rename and Save your file.
You can download the most recent Sports.accdb from code above and change file extension to .accdr to load in runtime only mode.
You can reload the list of past carnivals by clicking Import Carnival List in Maintain Carnivals.
All coding occurs in the Sports.accdb file.
The Source folder contains a text dump of contents to allow diff comparison of changes. This is generated through use of msaccess-vcs-integration scripts. To export source run "ExportAllSource" in Immediate window.
To contribute please generate a Pull request against the Source Export and I will import it into main accdb.
For end users you can change the Sports.accdb file extension to .accdr to load in runtime only mode.