I have a Teacher, Enrollment, and course tables. The enrollments tie to teacher with teacher ids and courses with course ids. The teacher may have multiple enrollment for one course. I want to create a view to be used in a datapage that would list once the Teacher and Course. How would I go about this?
Here is what it looks like now and want it to only have 1 record for Bob sanders, but because he has 2 enrollments in his class, it lists twice. Any Ideas?
Courses_Course Personnel_Full_Name
English Language Arts, Grade 7 Bob Sanders
English Language Arts, Grade 7 Bob Sanders
English, Language and Composition, AP Christopher Baker
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
cbaker10
I have a Teacher, Enrollment, and course tables. The enrollments tie to teacher with teacher ids and courses with course ids. The teacher may have multiple enrollment for one course. I want to create a view to be used in a datapage that would list once the Teacher and Course. How would I go about this?
Here is what it looks like now and want it to only have 1 record for Bob sanders, but because he has 2 enrollments in his class, it lists twice. Any Ideas?
Courses_Course Personnel_Full_Name
English Language Arts, Grade 7 Bob Sanders
English Language Arts, Grade 7 Bob Sanders
English, Language and Composition, AP Christopher Baker
Thanks,
Chris
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.