How can I include function by re-assigning multiple names?
Currently I have this statements under fullname:
IIF(Trim({TABLE_EMPLOYEE.LAST_NAME})+", "+Trim({TABLE_EMPLOYEE.FIRST_NAME}) = "Edwards, Sam", "Chase, Sam",
Trim({TABLE_EMPLOYEE.LAST_NAME})+", "+Trim({TABLE_EMPLOYEE.FIRST_NAME}))
Thanks,
Yuri
Currently I have this statements under fullname:
IIF(Trim({TABLE_EMPLOYEE.LAST_NAME})+", "+Trim({TABLE_EMPLOYEE.FIRST_NAME}) = "Edwards, Sam", "Chase, Sam",
Trim({TABLE_EMPLOYEE.LAST_NAME})+", "+Trim({TABLE_EMPLOYEE.FIRST_NAME}))
Thanks,
Yuri