I am using the following expression in access 2007
=DSum("[jqty]","SHIP","[jprod#] = '" & [pn] & "'")
I need to add a date range criteria to this expression that looks at the field [expr1] and sums anything between the two selected dates.
Can anyone help me with this?