What syntax do I use to count the distinct number of employees. I created a report and the report my have many employee id records. I am trying to count how many employees worked that week. I tried =count([employeeid]) in the control source of the text box, but that counts up all the records not how many employee id's exist.