G
Guest
I am using the CanShrinkLines function in a text box on a report. I have
shortened the syntax but I definitely want a carriage return after a certain
entry. After [txtEntityZipCode] I want a carriage return but the Chr$(10) is
not working. Is it even possible to do this? Thanks
=CanShrinkLines([txtReqEntity1],[txtReqEntity2],[txtEntityZipCode] &
Chr$(10) & [txtIndividualFirst] & " " & [txtIndividualLast])
Lamar
shortened the syntax but I definitely want a carriage return after a certain
entry. After [txtEntityZipCode] I want a carriage return but the Chr$(10) is
not working. Is it even possible to do this? Thanks
=CanShrinkLines([txtReqEntity1],[txtReqEntity2],[txtEntityZipCode] &
Chr$(10) & [txtIndividualFirst] & " " & [txtIndividualLast])
Lamar