I have a report written that calculates the number of days from today compared to another date. I am having problems figuring out the criteria to successfully omit weekends.
My formula in my Access Report is
=DateDiff('d',[Receipt Date],Now()) where Receipt date is the date field I am pulling from the underlying table and Now() is how i am specifying today.
Any advice on how to write the formula to omit saturdays and sundays?
My formula in my Access Report is
=DateDiff('d',[Receipt Date],Now()) where Receipt date is the date field I am pulling from the underlying table and Now() is how i am specifying today.
Any advice on how to write the formula to omit saturdays and sundays?