Suppressing Repeating Values
Posted by JB on January 26, 2001 12:52 PM
Is there a way to suppress repeating values, but still have them valid for sorting purposes?
for exeample:
XPORT 2
XPORT 3
XPORT 4
IMPORT 1
IMPORT 2
IMPORT 5
Would display as:
IMPORT 1
2
5
EXPORT 2
3
4
when the repeating value is suppressed.
Thanks, JB......