Concat for Mysql Database FullName to Display
11/9/08
, Posted by Gregfox at 3:41 PM
You will have to concatenate the data as Full Name to Display
Create a formulas as follows:
concat(`patient`.`PatientLastName`,_latin1', ',`patient`.`PatientFirstName`,_latin1' ',`patient`.`PatientMiddleName`)
Currently have 0 comments: