My field size is 50 characters.
Is there any way to write an expression that when the texts reach 25 characters, add Chr(13) & Chr(10), then resume the display of the field texts between 26 to 50 character.
Width of the field box allows up to 25 characters and no problem to take up to 3 rows by height.
The intention is to insert an empty line in between the texts.
Or is there a better way to workaround rather than using the above method ?
Thanks.