copy item value to another item
622694Nov 10 2010 — edited Nov 15 2010Hi All,
I have 2 items P45_NAME and P45_FULLNAME in a form.
What I want is if I enter ABC in P45_NAME then when I move to next item
P45_FULLNAME automatically have (same value||'XYZ')
so if P45_NAME = ABC then P45_FULLNAME = ABCXYZ
P45_NAME = MDM then P45_FULLNAME = MDMXYZ
P45_NAME = XYZ then P45_FULLNAME = XYZXYZ
Please help me
Omy