I am stuck on a DCount issue. I have the following DCount on a report which works great:
=DCount("[Group_Responsible]","tblCallLog","[Date_Entered] Between # " & [Forms].[frmDateRange].[Beginning_Date] & " # AND # " & [Forms].[frmDateRange].[Ending_Date] & " # "
This will give me a count on all calls between a date range. However I need add addtional criteria. In addtion to the date range a need to have it pull for a particular Group Responible as follows:
=DCount("[Group_Responsible]","tblCallLog","[Group_Responsible] = 'Group 1'"
Question: How do I get this to work in 1 DCount function
Thanks,
Moxy
=DCount("[Group_Responsible]","tblCallLog","[Date_Entered] Between # " & [Forms].[frmDateRange].[Beginning_Date] & " # AND # " & [Forms].[frmDateRange].[Ending_Date] & " # "
This will give me a count on all calls between a date range. However I need add addtional criteria. In addtion to the date range a need to have it pull for a particular Group Responible as follows:
=DCount("[Group_Responsible]","tblCallLog","[Group_Responsible] = 'Group 1'"
Question: How do I get this to work in 1 DCount function
Thanks,
Moxy