I have a query set up and would like to make another query from that query. here is a sample of the query i have created:
NUM NAME
1234 Adams,Joe
2743 Adams,Joe
2749 Griffin,Bob
4329 Smith,Bill
4876 Smith,Bill
4978 Smith,Bill
And this is how I want the query to come out:
NAME NUM NUM2 NUM3
Adams,Joe 1234 2743
Griffin,Bob 2749
Smith,Bill 4329 4876 4978
If anyone can help me out it would be greatly appreciated. Thank you.
NUM NAME
1234 Adams,Joe
2743 Adams,Joe
2749 Griffin,Bob
4329 Smith,Bill
4876 Smith,Bill
4978 Smith,Bill
And this is how I want the query to come out:
NAME NUM NUM2 NUM3
Adams,Joe 1234 2743
Griffin,Bob 2749
Smith,Bill 4329 4876 4978
If anyone can help me out it would be greatly appreciated. Thank you.