T
TraciAnn via AccessMonster.com
Okay, I think I have some major obstacles working against me on this one:
I have a report that is generated from a query using an entered date as a
parameter. The record source has multiple date fields to query against the
entered date.
For Example:
IntroCallDate = [Enter Activity Date] OR
IntroEmailDate = [Enter Activity Date] OR
ReminderCallDate = [Enter Activity Date]
Therefore, the report shows any record where any of the activities occurred
on the entered activity date.
In the Report Footer I have an unbound text control with "=Count(IIf(
[IntroCallDate]=[Enter Activity Date],1,Null))" to give me a count of records
for each date that matches the entered date.
So, in the Report Footer I have a row of Counts (7 columns total).
I sure would like to add a control that would give me a Sum of the Counts,
but without being able to perform function on calculations in a report, I
don't know where to begin.
Please help!
I have a report that is generated from a query using an entered date as a
parameter. The record source has multiple date fields to query against the
entered date.
For Example:
IntroCallDate = [Enter Activity Date] OR
IntroEmailDate = [Enter Activity Date] OR
ReminderCallDate = [Enter Activity Date]
Therefore, the report shows any record where any of the activities occurred
on the entered activity date.
In the Report Footer I have an unbound text control with "=Count(IIf(
[IntroCallDate]=[Enter Activity Date],1,Null))" to give me a count of records
for each date that matches the entered date.
So, in the Report Footer I have a row of Counts (7 columns total).
I sure would like to add a control that would give me a Sum of the Counts,
but without being able to perform function on calculations in a report, I
don't know where to begin.
Please help!