Dear All I attach a screen shot of a report we use for invoices.
The problem! If the client does not have a first name recorded a prenouced gap appears between the client title and surname.
How do I get the text to push up if the client first name is missing. Her is the code I use.
="Dear" & " " & ([ClientTitle]) & " " & ([ClientFirstName]) & " " & ([ClientSurname])
The problem! If the client does not have a first name recorded a prenouced gap appears between the client title and surname.
How do I get the text to push up if the client first name is missing. Her is the code I use.
="Dear" & " " & ([ClientTitle]) & " " & ([ClientFirstName]) & " " & ([ClientSurname])
Attachments
Last edited: