I am using Crystal 8.5 and pulling from an access database. I have a table that lists the phone monitors on our reps. I am trying to count the number of reps listed in the table. the problem I am having is that the reps will be listed more than once and I only want to count the individual reps. I looked up Distinct Count in the help file and it looks like it would work but keeps returning 1. When I use count() it give me all the records in the table. Am I missing something?
Any help appreciated!!
Any help appreciated!!