R
RDResearch
I have a report that is pulling information from a select query that is using
grouped fields. In the query I have data sorted by the following two
expressions Year: datepart("yyyy",[date sent]) and Month:
datepart("m",[date sent]). In the report, Year is a group header followed by
Month as a group header. I want to create a text box under month to read
"monthname, year". In the text box I have =Format("mmmm",[month])&",
"&([year]). This returns "January 2006" for each month (2006 is the only
year involved for now). I dealt with a similar problem several years ago and
I no longer have that database with the fix. Thank you to anyone who can
help.
grouped fields. In the query I have data sorted by the following two
expressions Year: datepart("yyyy",[date sent]) and Month:
datepart("m",[date sent]). In the report, Year is a group header followed by
Month as a group header. I want to create a text box under month to read
"monthname, year". In the text box I have =Format("mmmm",[month])&",
"&([year]). This returns "January 2006" for each month (2006 is the only
year involved for now). I dealt with a similar problem several years ago and
I no longer have that database with the fix. Thank you to anyone who can
help.