R
rbrown999
I am building a quoting tool and for the quote number, I am trying to
concatenate "QUO", the first 3 characters of the customer name, and
the month & date. So what I want is:
QUO-SON-0225
But when I use the "NOW" command for the date, I get:
QUO-SON-39869.3365444444
How can I reformat the result of the "NOW" command to get just the
"mmdd" that I'm looking for?
concatenate "QUO", the first 3 characters of the customer name, and
the month & date. So what I want is:
QUO-SON-0225
But when I use the "NOW" command for the date, I get:
QUO-SON-39869.3365444444
How can I reformat the result of the "NOW" command to get just the
"mmdd" that I'm looking for?