Hi All!!
It's been a long time since I have been back here. (I guess that means that Crystal Reports must be getting easier for me...)
I'm writing a report that displays Equipment Number (EQNUM) and Serial Numbers (SERNUM). (I need a report that displays all EQNUMS that have DUPLICATE Serial Numbers.) I do not want to surpress the duplicates, I want a report that shows all of the records that have duplicate Serial Numbers.
(CRYSTAL REPORTS 7.0)
*********************
*DATABASE*
EQNUM SERNUM
----- ------
ABC-123 aabbcc
BAC-221 ajsdje
zxc-098 aabbcc
**CRYSTAL REPORT**
EQNUM SERNUM
----- ------
ABC-123 aabbcc
zxc-098 aabbcc
Thanks ahead of time!!!
Cherrel.
It's been a long time since I have been back here. (I guess that means that Crystal Reports must be getting easier for me...)
I'm writing a report that displays Equipment Number (EQNUM) and Serial Numbers (SERNUM). (I need a report that displays all EQNUMS that have DUPLICATE Serial Numbers.) I do not want to surpress the duplicates, I want a report that shows all of the records that have duplicate Serial Numbers.
(CRYSTAL REPORTS 7.0)
*********************
*DATABASE*
EQNUM SERNUM
----- ------
ABC-123 aabbcc
BAC-221 ajsdje
zxc-098 aabbcc
**CRYSTAL REPORT**
EQNUM SERNUM
----- ------
ABC-123 aabbcc
zxc-098 aabbcc
Thanks ahead of time!!!
Cherrel.