Good Morning,
I have a query result that looks like this:
StudentID Employer
935465 Dairy Queen
935465 State Street
881095 McDonald's
881095 State House
881095 Verizon
I want my result to look like:
StudentID Employer1 Employer2 Employer3
935465 Dairy Queen State Street
881095 McDonald's State House Verizon
I'm not sure if the answer is a crosstab or if there is another solution. Thank you in advance for taking a look.
I have a query result that looks like this:
StudentID Employer
935465 Dairy Queen
935465 State Street
881095 McDonald's
881095 State House
881095 Verizon
I want my result to look like:
StudentID Employer1 Employer2 Employer3
935465 Dairy Queen State Street
881095 McDonald's State House Verizon
I'm not sure if the answer is a crosstab or if there is another solution. Thank you in advance for taking a look.