I hate to ask for help but I'm running out of time to research this.
I have a report that needs to show records that were entered for the past 14 days grouped by individual. That's the easy part. The sticking part for me is counting each date entered that is within the past 14 days.
There are 4 columns that I need to look at. I need to count each column that is within the past 14 days for each individual.
This is what I have been playing with just to get a grand total of all touchpoints for everyone. I need to fix this and then add something similar to also display a total next to each person.
=DCount("[ID]", "Outreach Records", "[Initialcontactdate]&[followupdate1]&[followupdate2]&[followupdate3] between date() and date()-14")
ID would be the key column for the "outreach records" table
Thanks in advance.
Ben
I have a report that needs to show records that were entered for the past 14 days grouped by individual. That's the easy part. The sticking part for me is counting each date entered that is within the past 14 days.
There are 4 columns that I need to look at. I need to count each column that is within the past 14 days for each individual.
This is what I have been playing with just to get a grand total of all touchpoints for everyone. I need to fix this and then add something similar to also display a total next to each person.
=DCount("[ID]", "Outreach Records", "[Initialcontactdate]&[followupdate1]&[followupdate2]&[followupdate3] between date() and date()-14")
ID would be the key column for the "outreach records" table
Thanks in advance.
Ben