donjohnson
Programmer
- Jun 23, 2004
- 53
Hello!
Here is another question that should be easy, but has me stumped.
I have a table with Name1 and Name2 columns (among others).
I would like a distinct list of all the entries in Name1 and Name 2 as a single list.
For example, if I have
Name1 Name 2
Bob Bill
Joe Larry
Don Curly
Joe Moe
Don Bob
Bob Joe
I want a single sorted list:
Bill
Bob
Curly
Don
Joe
Larry
Moe
How can I do this simply?
Thanks!
Don
Here is another question that should be easy, but has me stumped.
I have a table with Name1 and Name2 columns (among others).
I would like a distinct list of all the entries in Name1 and Name 2 as a single list.
For example, if I have
Name1 Name 2
Bob Bill
Joe Larry
Don Curly
Joe Moe
Don Bob
Bob Joe
I want a single sorted list:
Bill
Bob
Curly
Don
Joe
Larry
Moe
How can I do this simply?
Thanks!
Don