Z
Zed
I need to be able to count the total distinct number of days in a given year
that a person received a service. Dates are provided by range. Any time the
person receives a service at a different location but on the same day, it
should only count as a single day. Any suggestions on the best way to
accomplish this? As an example, if Mary received services from December 30,
2008 through January 5, 2009 at location A, and also received services from
January 3 through January 6 at location B, and also received services from
March 1 through March 3 at location C, the total number of days in 2009
should be 9. The underlying data table can contain any number of these
records for a given person, so the solution has to be able to step through
and evaluate all possible combinations of date ranges. I'm using Access
2003. --Thanks for the help!
that a person received a service. Dates are provided by range. Any time the
person receives a service at a different location but on the same day, it
should only count as a single day. Any suggestions on the best way to
accomplish this? As an example, if Mary received services from December 30,
2008 through January 5, 2009 at location A, and also received services from
January 3 through January 6 at location B, and also received services from
March 1 through March 3 at location C, the total number of days in 2009
should be 9. The underlying data table can contain any number of these
records for a given person, so the solution has to be able to step through
and evaluate all possible combinations of date ranges. I'm using Access
2003. --Thanks for the help!