Help with Access

Jun 14, 2003
10,442
0
0
basically this guy needs to make this...


So, I need anyone capable of database engineering to help out. I want it to do the following:
- store data on teams and players
- have the capability to input results of matches into a form
- keeps track of fixtures and generates a seperate match report for each fixture
- automatically calculate statistics for players (Matches played, Kills, Deaths, Kills to Deaths, Kills per Game, Deaths per Game)
- Automatically update team status (Played, Won, Drawn, Lost, Points, Kills for, Kills Against, Kill Difference)
- Automatically generate reports for each team. Not seperate reports. The user selects a drop box and it brings up a list of teams. On select, it generates the statistics for the team and players.
- Offers statistical comparisons between any two chosen teams or players
- is fully automated. All the user has to do is input results, and everything else is automatically updated.


i have no idea

maybe you guys do
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
You have three seperate issues here.

1) Define a database and determine what information is to be stored.

2) Define a user interface for input and results display.

3) Define the code/logic to support item #2.

Some-one who is familiar with the actual desires should define in detail the first two items. and layout the psuedo code for #3.

Whether or not some-one would donote the time/effort to do #3 is questionable.
 
Jun 14, 2003
10,442
0
0
Originally posted by: EagleKeeper
You have three seperate issues here.

1) Define a database and determine what information is to be stored.

2) Define a user interface for input and results display.

3) Define the code/logic to support item #2.

Some-one who is familiar with the actual desires should define in detail the first two items. and layout the psuedo code for #3.

Whether or not some-one would donote the time/effort to do #3 is questionable.


no problem....ive made them aware of this place, and hopefully they'll come along for some advice.