Hello,
I have the following Dcount query to display weekly record count. Access assumes the week starts on Sunday. I would like to, somehow, adjust this code to count from Monday instead. I thought it would be as easy as adjusting a setting in Options to start weeks on Monday but apparently that isn't an option.
Any ideas?
Thanks!
I have the following Dcount query to display weekly record count. Access assumes the week starts on Sunday. I would like to, somehow, adjust this code to count from Monday instead. I thought it would be as easy as adjusting a setting in Options to start weeks on Monday but apparently that isn't an option.

Code:
=DCount("*","[Truck Log]","DatePart('ww',[Date]) = DatePart('ww',Date()) And Year([Date]) = Year(Date())")
Any ideas?
Thanks!