Carmy,
Thanks,
That is a lot of info for an Access neophite (yeah, newbie but with a wee more dignity :-]
) to consume - I can see the logic flow - I want to try and tie your table structure to a conceptual model so I can see how it would flow - then I will either get back to you with a grade or another brick in the wall (question!)
Thanks,
mapper
Main Topics
Browse All Topics





by: CarmyPosted on 1998-11-06 at 16:09:52ID: 1967860
mapper!
There are more than one way to skin this cat but the method Im proposing here will be a good start.
Please allow for more questions/answers as you require, this might take more than one answer as I may not have the same idea as to what is required as you do.
The tables I'm proposing to you are :
(Structure of these Tables in general)
1.Department
DeptID
Dept Details...
2.Course
CourseID
DeptID
Start, End etc.
Course Details...
3.Class
ClassID
CourseID
Class Details...
4.Prof
ProfID
Prof Details...
5.Student
StudentID
Student Details...
6.Prof-Class
ProfID
ClassID
Details...
7.Student-Class
StudentID
ClassID
Start, End, Grade etc.
Start from here. As you can see there area lot of details you can add youself to the basic table structure, but all your queries could be answered with this structure.
Good luck