Sample table structure is :
ID COURSENUM CODE
28244 12200100 A
15639 12200100 U
28244 44001000 A
36186 44001000 U
28244 12200100 U
As you can see from the table above ID 282244 has entries of the same COURSENUM (12200100) twice. I need to limit the return to Crystal only data where the number of ID and COURSNUM matching pairs are greater than 10.
TIA
ID COURSENUM CODE
28244 12200100 A
15639 12200100 U
28244 44001000 A
36186 44001000 U
28244 12200100 U
As you can see from the table above ID 282244 has entries of the same COURSENUM (12200100) twice. I need to limit the return to Crystal only data where the number of ID and COURSNUM matching pairs are greater than 10.
TIA