![]() |
Myr0n 8/28/2020 |
Table Contacts, in this table there is a field named ConcatFLNm. I would like to update this field with the Last name and First name automatically most likely after record added. I am not sure if it is done after added, it is just my guess. Can you tell me the code to accomplish this?
$values['ConcatFLNm']=$values['Last_name'].", ".$values['First_name'];
ConcatFLNm = "Lemieux, Jesuis"
|