Associate
- Joined
- 1 Oct 2007
- Posts
- 325
Hi all,
I'm creating a simple relational database in Access. (hoping to create a more elaborate one later in year using a more versatile db).
For now, I just need advice on the structure of tables and how to relate them.
I will have:
Student Table
PPS
Firstname
Lastname
Start Date
Finish Date
D.O.B
Phone
Address
Level
LevelID
Level 5
Level 6
Subjects (Each level has 5 modules)
L5 Module1
L5 Module2
L5 Module3
L5 Module4
L5 Module5
L6 Module1
L6 Module2
L6 Module3
L6 Module4
L6 Module5
Class
ClassID
ClassA
ClassB
ClassC
ClassD
ClassE
Teacher
TeacherID
Name
(what class/level/students they have?)
So basically once it is structured correctly and the relationships are created, I want to create a user interface (launch form) so that people can view all sorts of reports and queries etc based on the info.
I saw a nice similar one where on the launch form there was a series of tabs for each class, when you clicked on one tab you saw the names of all the students in that particular class. If you wanted to view more details on that trainee, you clicked on him/her and pressed a button to view more details.
Any ideas, hints, help etc would be greatly appreciated. I have made a couple attempts but it has fallen flat.
I'm creating a simple relational database in Access. (hoping to create a more elaborate one later in year using a more versatile db).
For now, I just need advice on the structure of tables and how to relate them.
I will have:
Student Table
PPS
Firstname
Lastname
Start Date
Finish Date
D.O.B
Phone
Address
Level
LevelID
Level 5
Level 6
Subjects (Each level has 5 modules)
L5 Module1
L5 Module2
L5 Module3
L5 Module4
L5 Module5
L6 Module1
L6 Module2
L6 Module3
L6 Module4
L6 Module5
Class
ClassID
ClassA
ClassB
ClassC
ClassD
ClassE
Teacher
TeacherID
Name
(what class/level/students they have?)
So basically once it is structured correctly and the relationships are created, I want to create a user interface (launch form) so that people can view all sorts of reports and queries etc based on the info.
I saw a nice similar one where on the launch form there was a series of tabs for each class, when you clicked on one tab you saw the names of all the students in that particular class. If you wanted to view more details on that trainee, you clicked on him/her and pressed a button to view more details.
Any ideas, hints, help etc would be greatly appreciated. I have made a couple attempts but it has fallen flat.