G
Guest
Using Access, I can format the date for monthly intervals in a query using the following expression
"Month: Format$(
.[date],'mm yyyy')." But how do I do the same for weekly intervals? I try inputting "Week: Format$(
.[date],'ww yyyy')," but the result doesn't make sense. I would appreciate any help anyone can give me
"Month: Format$(