I have a list of activities that I want sorted by date. I need some way of indicating the duplicates on the list while still keeping the sort order. I notice that if I sort the activities and then use the previous() function to compare entries, I can partly achieve what I want. Is there a similar function that I can use to compare all previous activities in a list so I can indicate which ones are duplicates?
Thanks in advance,
Nicole
Thanks in advance,
Nicole