I am trying to get a textbox which has the =now() formula to display text.
I have a formula that is trying to issue an approval number.
=[Lab ID] & -[customer Number] & -[month]
123 - 45678 - 02 <<- this is what I want
the first two parts work but when I add [month] I have a feeling the [month] is still a number and my result is ?#name. I formated a textbox called month which is formated to show "02".
how do I get the textbox to be text?
thanks steve
I have a formula that is trying to issue an approval number.
=[Lab ID] & -[customer Number] & -[month]
123 - 45678 - 02 <<- this is what I want
the first two parts work but when I add [month] I have a feeling the [month] is still a number and my result is ?#name. I formated a textbox called month which is formated to show "02".
how do I get the textbox to be text?
thanks steve