I have a report where I want to display a list of entries and sort them by week based on a date field. In the sorting and grouping menu, I have selected the date field and selected "Week" for the "Group On" field with the group interval set to 1.
I have two questions/issues:
1. Even though I have the sorting for this field to Ascending, the report displays the results in strange order. It's almost descending, but I can't figure out what's going on. This is the order it shows:
week 1:
3/16/02
3/15/02
week 2:
3/20/02
3/23/02
3/22/02
3/21/02
3/19/02
3/18/02
3/17/02
2. I would like to be able to display to the user
"Week 3/17/02 - 3/25/02" and then show the relevant entries. How can I obtain these start and end dates. I have tried to take my date field and just add 7 to it, but if I only have entries for Wednesday and Thursday of that week, then the starting date is Wednesday. Is there any way to find out what dates Access is using to determine the different weeks? Thanks!
I have two questions/issues:
1. Even though I have the sorting for this field to Ascending, the report displays the results in strange order. It's almost descending, but I can't figure out what's going on. This is the order it shows:
week 1:
3/16/02
3/15/02
week 2:
3/20/02
3/23/02
3/22/02
3/21/02
3/19/02
3/18/02
3/17/02
2. I would like to be able to display to the user
"Week 3/17/02 - 3/25/02" and then show the relevant entries. How can I obtain these start and end dates. I have tried to take my date field and just add 7 to it, but if I only have entries for Wednesday and Thursday of that week, then the starting date is Wednesday. Is there any way to find out what dates Access is using to determine the different weeks? Thanks!