R
Rahul Gupta
Hello,
I have a database with few fields including "Name" and "TIN".
I want to create a report such that
=IIf([TIN]<>"",[Name] & char(13) & "Tin: " & [TIN],[Name])
but its not working. Name is displaying name of the report and char (13)
"New Line" is also not working.
Please guide.
Rahul.
I have a database with few fields including "Name" and "TIN".
I want to create a report such that
=IIf([TIN]<>"",[Name] & char(13) & "Tin: " & [TIN],[Name])
but its not working. Name is displaying name of the report and char (13)
"New Line" is also not working.
Please guide.
Rahul.