Ok I hate working with dates as I can never seem to get queries to do what I need with them.
I have sales collection records and I'm trying to get a per day sales equation to work. The sales records are entered like so...
Month / Year / Collect Date / Location# / Sales$
So each month there is a new record per location.
I am trying to do the following equaltion..
(Current Sales / (current collection date-previous collection date))
So anyone have any tips on how to get the # of days between the last 2 collection dates for a location? Or any idea on a differant way for the same result? Thanks!
I have sales collection records and I'm trying to get a per day sales equation to work. The sales records are entered like so...
Month / Year / Collect Date / Location# / Sales$
So each month there is a new record per location.
I am trying to do the following equaltion..
(Current Sales / (current collection date-previous collection date))
So anyone have any tips on how to get the # of days between the last 2 collection dates for a location? Or any idea on a differant way for the same result? Thanks!