I've got some duplicate records in my db and need to filter them out of my report. I've tried putting SELECT DISTINCT into my SELECT statement but crystal doesn't seem to like this because it always reverts back to SELECT. How can I filter out duplicate records??
Thanks in advance
Thanks in advance