D
DS
I have this in a Report Group Header
its an unbound field
=DCount("PartyStatus","tblPartyPlannerDetails","PartyStatus=1 AND
PartyNameID = Reports!rptFXEventStats!PartyNameID")
How do I get the Sum of this in a Report Footer?
I tried Sum([TxtStatus1])
I tried =DCount("PartyStatus","tblPartyPlannerDetails","PartyStatus=1")
I also tried
Sum(=DCount("PartyStatus","tblPartyPlannerDetails","PartyStatus=1"))
Nothing seemed to add up the values.
Thanks
DS
its an unbound field
=DCount("PartyStatus","tblPartyPlannerDetails","PartyStatus=1 AND
PartyNameID = Reports!rptFXEventStats!PartyNameID")
How do I get the Sum of this in a Report Footer?
I tried Sum([TxtStatus1])
I tried =DCount("PartyStatus","tblPartyPlannerDetails","PartyStatus=1")
I also tried
Sum(=DCount("PartyStatus","tblPartyPlannerDetails","PartyStatus=1"))
Nothing seemed to add up the values.
Thanks
DS