I need an expression to convert a date such as today as text, and concatenate it with a sring. For example, I want "COMM: " and today's date in a MMDDYY format:
"COMM: 080907"
I tried an expression of "COMM: "+text(month(now()),"00")
Which I could logically extend to get the day and year pieces of the date, but the text function is not recognized. What is the best way to do this?
Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
"If you have a big enough dictionary, just about everything is a word"
--Dave Barry
"COMM: 080907"
I tried an expression of "COMM: "+text(month(now()),"00")
Which I could logically extend to get the day and year pieces of the date, but the text function is not recognized. What is the best way to do this?
Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
"If you have a big enough dictionary, just about everything is a word"
--Dave Barry