Hello,
I have been struggling with this function wich returns the wrong result (25,25), when I should get (23,32) :
DAvg("[pLast]", "qryCurrent", "dataCot BETWEEN #" & Now() & "# AND #" & DateAdd("d", -10, Now()) & "#")
if i paste the date parameter ( BETWEEN #04/10/2021 09:10:45# AND...