A
amjjam
Hi,
I have a report titled, “Daily Communication Summary.†The Page Header
includes columns titled, “Comm Date by Month†and “Comm Date.†The data for
the Comm Date by Month is delivered as a Comm Date Header whose control
source is the expression =Format$([CommDate],â€mmmm yyyyâ€,0,0). In the actual
report it reads May 2009, for example. The control source for the Comm Date
is the actual date on which the communication took place. I’ve used the short
date format with an input mask of 99/99/0000;0;_. Output gets delivered in
the detail section of the report. The SQL query on which the report is based
includes the CommDate from the Communications table sorted in Ascending
order; so the Sorting and Grouping function shows ascending order for it too.
Here’s the problem. The report correctly shows the Communication Date by
month in ascending order: April 2009 is above May 2009, which is above June
2009 on the page reading from top to bottom. The actual communication dates
are listed in descending order with the latest communication listed first and
the oldest last for each person. So 5/22/2009 is above 5/18/2009, which is
above 5/3/2009, etc. It looks like this:
Comm Date By Month Comm Date
April 2009
4/12/2009
May 2009
5/22/2009
5/18/2009
5/3/2009
June 2009
6/22/2009
6/10/2009
I would like for the dates in the Comm Date column to be listed in
ascending order too. In other words, I want to read from top to bottom,
oldest to latest, 5/3/2009 to 5/18/2009 to 5/22/2009. It should look like
this:
Comm Date By Month Comm Date
April 2009
4/12/2009
May 2009
5/3/2009
5/18/2009
5/22/2009
June 2009
6/10/2009
6/22/2009
Can anyone tell me how to set the sort order for the CommDate to affect both
the Comm Date by Month and the Comm Date columns the same way? Thanks, amjjam
I have a report titled, “Daily Communication Summary.†The Page Header
includes columns titled, “Comm Date by Month†and “Comm Date.†The data for
the Comm Date by Month is delivered as a Comm Date Header whose control
source is the expression =Format$([CommDate],â€mmmm yyyyâ€,0,0). In the actual
report it reads May 2009, for example. The control source for the Comm Date
is the actual date on which the communication took place. I’ve used the short
date format with an input mask of 99/99/0000;0;_. Output gets delivered in
the detail section of the report. The SQL query on which the report is based
includes the CommDate from the Communications table sorted in Ascending
order; so the Sorting and Grouping function shows ascending order for it too.
Here’s the problem. The report correctly shows the Communication Date by
month in ascending order: April 2009 is above May 2009, which is above June
2009 on the page reading from top to bottom. The actual communication dates
are listed in descending order with the latest communication listed first and
the oldest last for each person. So 5/22/2009 is above 5/18/2009, which is
above 5/3/2009, etc. It looks like this:
Comm Date By Month Comm Date
April 2009
4/12/2009
May 2009
5/22/2009
5/18/2009
5/3/2009
June 2009
6/22/2009
6/10/2009
I would like for the dates in the Comm Date column to be listed in
ascending order too. In other words, I want to read from top to bottom,
oldest to latest, 5/3/2009 to 5/18/2009 to 5/22/2009. It should look like
this:
Comm Date By Month Comm Date
April 2009
4/12/2009
May 2009
5/3/2009
5/18/2009
5/22/2009
June 2009
6/10/2009
6/22/2009
Can anyone tell me how to set the sort order for the CommDate to affect both
the Comm Date by Month and the Comm Date columns the same way? Thanks, amjjam