I have a child advocacy database where a child is entered with a unique case id. For Federal reporting, a count of the cases during a certain time period is required...no problem. I run a query with a date range parameter...design a report based on that query that will print the records for the date range and count them. The problem: Federal reporting only wants the child counted once during the reporting period. Let's say during the month of April, a child comes in three different times with three different problems. This child will be assigned three case id's and entered into the database three times. The report as I have it now will list and count the child three times for April. The Federal standards report only wants the child counted once for April. The exact wording is: "Do not count a child more than once even if different services were provided." What do I need to do in order for access to perform this operation?
Thanks
Thanks