Hello
I'm trying to concatenate these fields. This is the formula i'm using.
"TIN#: "+ {PPO_DOCTOR.DOCTOR_PFX} +
(totext({PPO_DOCTOR.DOCTOR_NBR},0,"") + {PPO_DOCTOR.DOCTOR_SFX}
I get message saying that a string is required before my last {PPO_DOCTOR.DOCTOR_SFX}. Please Help
I'm trying to concatenate these fields. This is the formula i'm using.
"TIN#: "+ {PPO_DOCTOR.DOCTOR_PFX} +
(totext({PPO_DOCTOR.DOCTOR_NBR},0,"") + {PPO_DOCTOR.DOCTOR_SFX}
I get message saying that a string is required before my last {PPO_DOCTOR.DOCTOR_SFX}. Please Help