Full Version: Weekly Report
UtterAccess Discussion Forums > Microsoft® Access > Access Queries
kmatt318
I am trying to create a query that groups by work week but all my date fields are by ##/##/#### formats. Is there an easy way to do this?
theDBguy
Hi,

You can group your data using an expression like:

WorkWeek: Format([WorkDate], "ww")

(untested)
Hope that helps...
kmatt318
thanks, I will let you know.
theDBguy
You're welcome and good luck.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.