J
Just Me
I've been looking and trying several different things, but so far
nothing that works.
My students all have a student_code and are enrolled in certain
classes (class_ID). This data comes from
tblStudent_Program_Enrollment.
Same students also have an activity table (Student_Activities)that
consists of
the activities that each are involved in (activity_code), the date of
activity(activity_date), and which teacher worked with them,
(instructor_ID_)on that activity.
*
I need to be able to separate out the student_Code, class_ID,
Activity_Code, the teacher that worked with them - and all I want is
the last one. That is, I only care about data relative to the most
recent activity_date.
I want to see the last activity, its date, and the teacher who was
involved relative to each inidividual student. Does that make sense?
*
So far, if there has been more than one instructor or more than one
activity it has given me a date, service, and instructor for each
activity. I only want one line per student.
*
I am using Access 2000. Is what I am wanting to do even possible?
Sure seems like it should be, but I haven't had any luck.
I know everyone is very busy so I truly do appreciate any assistance.
Thanks much!
D
nothing that works.
My students all have a student_code and are enrolled in certain
classes (class_ID). This data comes from
tblStudent_Program_Enrollment.
Same students also have an activity table (Student_Activities)that
consists of
the activities that each are involved in (activity_code), the date of
activity(activity_date), and which teacher worked with them,
(instructor_ID_)on that activity.
*
I need to be able to separate out the student_Code, class_ID,
Activity_Code, the teacher that worked with them - and all I want is
the last one. That is, I only care about data relative to the most
recent activity_date.
I want to see the last activity, its date, and the teacher who was
involved relative to each inidividual student. Does that make sense?
*
So far, if there has been more than one instructor or more than one
activity it has given me a date, service, and instructor for each
activity. I only want one line per student.
*
I am using Access 2000. Is what I am wanting to do even possible?
Sure seems like it should be, but I haven't had any luck.
I know everyone is very busy so I truly do appreciate any assistance.
Thanks much!
D