I have a query, which prompts user for "starting date" and "ending date", for both, user enter in "mm/dd/yyyy" format.
I have a report which uses the above query. in the report I need to show the "starting date" and "ending date" as follow:
Month(starting date) TO Month(ending date) Year(ending date)
output look like this: 1 TO 9 2004
now, the Month() function only gives numeric output, how can I make the above shown as following (say I use 1/1/2004 as starting date and 9/1/2004 as ending date):
January TO September 2004
any suggestions anyone?
thanks for your time![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
I have a report which uses the above query. in the report I need to show the "starting date" and "ending date" as follow:
Month(starting date) TO Month(ending date) Year(ending date)
output look like this: 1 TO 9 2004
now, the Month() function only gives numeric output, how can I make the above shown as following (say I use 1/1/2004 as starting date and 9/1/2004 as ending date):
January TO September 2004
any suggestions anyone?
thanks for your time
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)