Rik_StHelens
Registered User.
- Local time
- Today, 07:28
- Joined
- Sep 15, 2009
- Messages
- 164
Hi
I have a report which displays the 2 query parameters used to generate it.
The user enters a month number and year number.
I have used the following statement:
Format([Reports]![MyReport]![Month Number], "mmmm"))
When i pull off a report for January 2010 I get the results i expect, but the Month Number "1" is converted to December.
I try using "01" as a parameter to represent January and I get no results.
What could be causing it to give me the wrong month name?
Many Thanks
I have a report which displays the 2 query parameters used to generate it.
The user enters a month number and year number.
I have used the following statement:
Format([Reports]![MyReport]![Month Number], "mmmm"))
When i pull off a report for January 2010 I get the results i expect, but the Month Number "1" is converted to December.
I try using "01" as a parameter to represent January and I get no results.
What could be causing it to give me the wrong month name?
Many Thanks