sbbrown9924
Technical User
I am writing a report from a table, SocialWorkLog, that logs services to patients given by social workers. I need to be able to count each day of the month that a social worker provides services. In the SocialWorkLog table there is a socialworker field and a servicedate field. During a given day the socialworker will often see between 10-15 patients per day. All I need to do is count once any day a service(s) has been provided. Any help setting this up would be great. Thanks.