In my formaulae I am concatenating String and the year
Eg: 'XXX' + ' '+ Cstr(Year(),0)
Output: XXX 2,009
But I want it to be displayed as XXX 2009
Can some one tell me a workaround for this.