R_J_Potter@msn.com
Registered User.
- Local time
- Today, 04:22
- Joined
- Nov 4, 2011
- Messages
- 29
The source for My report is a crosstab query.
The query has a field Name "YEAR" Value = Year([Date])
Result is a numeric Value i.e. 2008
The report can include multible Years
I only want to show a two digit Year in the report i.e. 08
I was thinking to convert the Value of [Year] to a Text Value on the query and then use the Right Function =Right([Year],2) on the report Property sheet (Source)
I can not find the function to convert Number to Text.
Open to suggestions
The query has a field Name "YEAR" Value = Year([Date])
Result is a numeric Value i.e. 2008
The report can include multible Years
I only want to show a two digit Year in the report i.e. 08
I was thinking to convert the Value of [Year] to a Text Value on the query and then use the Right Function =Right([Year],2) on the report Property sheet (Source)
I can not find the function to convert Number to Text.
Open to suggestions