I am using a GetDate Module to calculate working days because DateDiff("D", xxx, xxx, 2) is calculating every day including weekends, howver this is slowing down the query time due to the amount of records processed.
How can I use DateDiff in a query to return weekdays only?
Ask not what you can do for your boss, ask how much it's worth.
How can I use DateDiff in a query to return weekdays only?
Ask not what you can do for your boss, ask how much it's worth.