I am trying to Take the first letter from the Company Name/Customer Name
and the last 4 digits from the customers phone number. add them together
to create our customer code. IE, my name is sam and the last 4 digits of
my number are 6770 so my customer code would be S6770.here is the code
that is under the text field i am trying to
use.form1.#subform[0].CustCode::initialize - (FormCalc,
client)Concat(Left(CustName,1) , Right(TextField9,4))Heirachy:form1
-master page -page 1 -(untitiled content a...