Hello,
I have the following equation in the control source and it works:
=DSum("[Amt of Dues]","City","[Amt Paid]=0"
Also, the following works:
=DSum("[Amt of Dues]","City"," [City]![Date Paid]<=" & "[Reports]![Combined Dues Ending]![Select_Date]"
However, when I try to use an AND statement I don't get any results. The equation I am using is:
=DSum("[Amt of Dues]","City","[Amt Paid]=0 And " &
"[City]![Date Paid] <= #" &
[Reports]![Combined Dues Ending]![Select_Date] & "#"
Thank you
I have the following equation in the control source and it works:
=DSum("[Amt of Dues]","City","[Amt Paid]=0"
Also, the following works:
=DSum("[Amt of Dues]","City"," [City]![Date Paid]<=" & "[Reports]![Combined Dues Ending]![Select_Date]"
However, when I try to use an AND statement I don't get any results. The equation I am using is:
=DSum("[Amt of Dues]","City","[Amt Paid]=0 And " &
"[City]![Date Paid] <= #" &
[Reports]![Combined Dues Ending]![Select_Date] & "#"
Thank you