Hi people
I’m using VB 05 which has SQL built in and I would like to set up a database which holds Formula 1 stuff e.g.
Table 1
Driver names
Team
Nationality
DOB
Points scored
Points needed to win championship
Table 2
Team Names
1st Driver
2nd Driver
Nationality
Engine
Tyers Manufacture
First GP
Points scored
Points needed to win championship
Table 3
Track name
Location
Date of race
Length(Km)
Lap record and holder
No. Laps
I then want to be able to:
Enter new results after each race for the team and the drivers.
Review the standings so far (Points, points to win championship, last race win).
Show the next race details and a history of winners and standings
Show a history for Teams and Drivers separately
My questions are:
1. How do I set it all up?
2. Do I need a new Table for the results and standings?
3. What are the relationships between all the tables?
Thanks People
Decklan
I’m using VB 05 which has SQL built in and I would like to set up a database which holds Formula 1 stuff e.g.
Table 1
Driver names
Team
Nationality
DOB
Points scored
Points needed to win championship
Table 2
Team Names
1st Driver
2nd Driver
Nationality
Engine
Tyers Manufacture
First GP
Points scored
Points needed to win championship
Table 3
Track name
Location
Date of race
Length(Km)
Lap record and holder
No. Laps
I then want to be able to:
Enter new results after each race for the team and the drivers.
Review the standings so far (Points, points to win championship, last race win).
Show the next race details and a history of winners and standings
Show a history for Teams and Drivers separately
My questions are:
1. How do I set it all up?
2. Do I need a new Table for the results and standings?
3. What are the relationships between all the tables?
Thanks People
Decklan