Is it posible to make a default value for a field equel what is in two
other fields. I have a first name and last name field. The third
field is the Full Name. I want to make the sum of the Full Name be the
First and Last name fields. I tried using the formula field1 + field2
but this dosn't work even though the i was able to verify the formula,
I end up with NaN in the Full Name field no matter what I enter in the
First and Last Name fields.
Any ideas?
Thanks All.
Steve
S.Y.M. Wong-A-Ton - 06 Apr 2006 07:49 GMT
Try concat(field1,field2) as the formula instead of field 1 + field 2.
---
S.Y.M. Wong-A-Ton
> Is it posible to make a default value for a field equel what is in two
> other fields. I have a first name and last name field. The third
[quoted text clipped - 9 lines]
>
> Steve
smonczka - 06 Apr 2006 17:40 GMT
Thank you very much for the info.