I have a textbox on a report and it contains a string =[Title] & " " & IIf(IsNull([FirstName]),"",[FirstName] & " ") & [FamilyName] & Chr(13) & Chr(10) etc
I want to start a new line after [Familyname] and this worked in WinXP environemnt. I have now moved to Win7 and it will not accept the chr(13) function in a textbox. I have tried replacing the chr(10) with
& vbcrlf &
but that wont work either. I am using Access 2003, Can anyone offer a suggestion ?
I want to start a new line after [Familyname] and this worked in WinXP environemnt. I have now moved to Win7 and it will not accept the chr(13) function in a textbox. I have tried replacing the chr(10) with
& vbcrlf &
but that wont work either. I am using Access 2003, Can anyone offer a suggestion ?