I have a table containing 2 names – call
them Name1 & Name2. I need to list both
names in a single column in a report and
sort them as if they are the same field.
Problem is if I sort on the two names,
(remember, they are different fields), Name1
is sorted but the corresponding Name2 always
appears directly after it.
For instance -
Row 1 contains: Name1=Smith, Name2=Jones
Row 2 contains: Name1=Anderson, Name2=Brown
I want the result to be:
Anderson
Brown
Jones
Smith
But I get:
Anderson
Brown
Smith
Jones
CR ver. 7.5.
Any thoughts?
them Name1 & Name2. I need to list both
names in a single column in a report and
sort them as if they are the same field.
Problem is if I sort on the two names,
(remember, they are different fields), Name1
is sorted but the corresponding Name2 always
appears directly after it.
For instance -
Row 1 contains: Name1=Smith, Name2=Jones
Row 2 contains: Name1=Anderson, Name2=Brown
I want the result to be:
Anderson
Brown
Jones
Smith
But I get:
Anderson
Brown
Smith
Jones
CR ver. 7.5.
Any thoughts?