M
mj
Hi. I have a query formula that sums sales for the prior
year to date time period by summing invoices that fall
between two dates which are referenced on a form:
PYTDDollarShipments: Sum(Abs(([InvoiceDate] Between Forms!
Dashboard!FirstDayOfYearLastYear And Forms!Dashboard!
LBDLastYear))*[DollarsShipped])
The dates aren't being referenced. Any thoughts on how to
code this so that they're recognized? Thanks!!
year to date time period by summing invoices that fall
between two dates which are referenced on a form:
PYTDDollarShipments: Sum(Abs(([InvoiceDate] Between Forms!
Dashboard!FirstDayOfYearLastYear And Forms!Dashboard!
LBDLastYear))*[DollarsShipped])
The dates aren't being referenced. Any thoughts on how to
code this so that they're recognized? Thanks!!