R
Rebeca
could someone please tell me how to write the criteria for DSUM where
the first criteria is date1 < date 2 and the second critera is date 1
I'm getting Null for a total. This is what I have :
=DSum("total1","SN AR Log Query2","Physician = '" & [Physician] & "'"
& "AND [batch date] >= #" & [BeginningARDate] & "# AND #" & [batch
date]<[reportStartDate] & "#")
Thank you![Smile :) :)](/styles/default/custom/smilies/smile.gif)
the first criteria is date1 < date 2 and the second critera is date 1
= date3
I'm getting Null for a total. This is what I have :
=DSum("total1","SN AR Log Query2","Physician = '" & [Physician] & "'"
& "AND [batch date] >= #" & [BeginningARDate] & "# AND #" & [batch
date]<[reportStartDate] & "#")
Thank you
![Smile :) :)](/styles/default/custom/smilies/smile.gif)