I am trying to calculate the number of weekdays between two dates in an access query.
I'm using Expr 1: DateDiff("w", #4/01/2006#, #02/26/2007#)
When I use this expression with "d" instead of "w" I get 331 days, but when I use "w" I get 47 days. I know this can't be right.... Is there...