Setting weekly date range

G

Guest

I would like to have my report sort weekly, but I need it to show the actual
date, ie, Week of 10/23/05, not just the week number since the beginning of
the year.

How can I do this?

Thank you
 
G

Guest

In the record source of the report, you display both fields, but in the
sorting and grouping select only the new field WeekNum, and sort the report
by this field

Select DateField , DatePart("ww",[DateField]) as WeekNum From TableName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top