I have a very simple, flat database [Contacts] that has, basically, a date of patient contact [Contact Date], the identification of the social worker who contacted the patient, and the medical record # of the patient [Patient MR] (along with some notes about the contact).
I want to create a report that displays a line for each month (of a specified period) containing the month/year and the count of patients that were contacted (as opposed to the number of contacts made; a patient might be contacted more than once in a single month).
I know how to get all this stuff except for the unique count. How do I do that?
I want to create a report that displays a line for each month (of a specified period) containing the month/year and the count of patients that were contacted (as opposed to the number of contacts made; a patient might be contacted more than once in a single month).
I know how to get all this stuff except for the unique count. How do I do that?
Comment