G
Guest
I've created a database for all students enrolled in a university science
program and now I'm having great difficulty extracting the information I need
without having to create a lot of queries.
The database must include contact information about every student ever
enrolled in the program along with every course each student has taken and
which semester each course was taken. (Plus a lot more information.) It is
possible that a student was enrolled in more than 1 class during a semester.
Some of the data I need to get is:
1) What are the names of the students enrolled in a given semester? In a
given academic year (3 semesters)? since the beginning of the program (in
2000)?
2) Which students enrolled in biology,and/or physics,and/or ecology, etc.
for a given semester? for a given academic year? since the beginning of the
program? There are 6 courses students must take to complete the program.
3) A combination of 1 +2 above.
At the moment, I just have one large table with all of the information, but
now it seems that I should create more tables. I haven't worked with
relational tables before, but I think that is what I must do. But, I'm not
sure how many tables I need or how to organize the data. Right now I have a
table that has a field for each course given and the student records show
which semester the student took that course.
I don't have a lot of experience working with formulas and none creating
macros, but I'm willing to give anything a try. I've gone through the entire
access help trying to find a solution to my problem, so I've tried out some
of the formulas I've seen there.
Thanks to anyone who can help.
program and now I'm having great difficulty extracting the information I need
without having to create a lot of queries.
The database must include contact information about every student ever
enrolled in the program along with every course each student has taken and
which semester each course was taken. (Plus a lot more information.) It is
possible that a student was enrolled in more than 1 class during a semester.
Some of the data I need to get is:
1) What are the names of the students enrolled in a given semester? In a
given academic year (3 semesters)? since the beginning of the program (in
2000)?
2) Which students enrolled in biology,and/or physics,and/or ecology, etc.
for a given semester? for a given academic year? since the beginning of the
program? There are 6 courses students must take to complete the program.
3) A combination of 1 +2 above.
At the moment, I just have one large table with all of the information, but
now it seems that I should create more tables. I haven't worked with
relational tables before, but I think that is what I must do. But, I'm not
sure how many tables I need or how to organize the data. Right now I have a
table that has a field for each course given and the student records show
which semester the student took that course.
I don't have a lot of experience working with formulas and none creating
macros, but I'm willing to give anything a try. I've gone through the entire
access help trying to find a solution to my problem, so I've tried out some
of the formulas I've seen there.
Thanks to anyone who can help.