J
Juliette
I have a table that has a unique ID for each student, then a unique ID for
each of their parents, which causes two rows to show up for each studen. I
want to create a query where the student's parent information shows in one
row.
Current Data
StudentID ParentID Sex SchoolAttended
123456 8888 M Drexel University
123456 9999 F Arizona State University
What I Would Like
Student ID Parent1ID Parent2ID Parent1Sex Parent2Sex
123456 8888 9999 M F
Any help would be greatly appreciated.
each of their parents, which causes two rows to show up for each studen. I
want to create a query where the student's parent information shows in one
row.
Current Data
StudentID ParentID Sex SchoolAttended
123456 8888 M Drexel University
123456 9999 F Arizona State University
What I Would Like
Student ID Parent1ID Parent2ID Parent1Sex Parent2Sex
123456 8888 9999 M F
Any help would be greatly appreciated.