Need help transposing multiple columns in a query

Joined
Sep 5, 2012
Messages
1
Reaction score
0
Hi,

I have a query with columns as follows
TeacherName TeacherID StudentFN StudentLN StudentID Inc#
..Jane.................1...........Nathan......Doe..............10.......1
..Jane.................1...........Judy...........Watson........15......2
...Nick...............2............Lewis..........Carol............16......1
..Mitch................3...........Peter...........Stewart.........17.....1
...Nick................2.............Kevin...........Bacon.........18......2

I want to make it into a query that looks like this
TeacherName TeacherID StudName1 StudID1 StudName 2 StudID2...
...Jane................1..........Nathan Doe....10........Judy Watson.....15.......
....Nick..............2...........Lewis Carol....16.......Kevin Bacon........18....
....Mitch............3............Peter Stewart....17.....

Any ideas? Am open to anything really.

Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top