iankerry
Registered User.
- Local time
- Today, 19:18
- Joined
- Aug 10, 2005
- Messages
- 190
Hi All
I have been reading up on access and have done a little programming though it was a while ago.
I need to manage a small tennis league, 3 divisions, men women mixed, etc. When results come in from a tennis match i want to type them in and for the database to produce league tables.
I have made a few starts with varying success, but I wanted to check out some basics with someone who understands more than I.
I started with a
table called TEAMS with teamname, divisionnumber, menwoman, etc. and a
table called FIXTURES with date, team1 (taken from TEAMS) team1score, team2 (taken from TEAMS) teams2score.
However I am not convinced this is the best way to start? for instance how can I relate the two tables? I would want to use teamname but as this appears twice in the FIXTURES table how can i relate them?
Any early advise really appreciated.
Ian
I have been reading up on access and have done a little programming though it was a while ago.
I need to manage a small tennis league, 3 divisions, men women mixed, etc. When results come in from a tennis match i want to type them in and for the database to produce league tables.
I have made a few starts with varying success, but I wanted to check out some basics with someone who understands more than I.
I started with a
table called TEAMS with teamname, divisionnumber, menwoman, etc. and a
table called FIXTURES with date, team1 (taken from TEAMS) team1score, team2 (taken from TEAMS) teams2score.
However I am not convinced this is the best way to start? for instance how can I relate the two tables? I would want to use teamname but as this appears twice in the FIXTURES table how can i relate them?
Any early advise really appreciated.
Ian