N
NotGood@All
I have a query that counts the number of items for each day of the week using
this code:
xFri: Count(IIf(Weekday([ToDaysDate])=6 And [collected]>24,1,Null))
I’m trying to get a total value of those records using this code:
xSum
Sum("[Collected]", "Passports", "[Collected]>24)
Would someone knowledgeable please help this blind person???
this code:
xFri: Count(IIf(Weekday([ToDaysDate])=6 And [collected]>24,1,Null))
I’m trying to get a total value of those records using this code:
xSum
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
Would someone knowledgeable please help this blind person???