G
Guest
I ve a textbox in a report name "Designation" and assign it controlSource
property as [FirstName] &" " & [Designation]
It display the result as
Abdul Basit Khan Officer
I want to display the result as
Abdul Basit Khan
Officer
Please note that the name and designation can be different, and i want to
centralized the designation with respect to name,
Please give me solution
property as [FirstName] &" " & [Designation]
It display the result as
Abdul Basit Khan Officer
I want to display the result as
Abdul Basit Khan
Officer
Please note that the name and designation can be different, and i want to
centralized the designation with respect to name,
Please give me solution