Hi,
I need to make table with cols:
ID, Date, Description, Other
I need to break this “Description” which is 255 chars length, in multiline. How to do it?
It is “Subselect”.
Hi,
I need to make table with cols:
ID, Date, Description, Other
I need to break this “Description” which is 255 chars length, in multiline. How to do it?
It is “Subselect”.
Change the data type to Multi Line Text in the field settings, and fiddle with the width setting until you get it right. This setting is supposed to be characters.
THANKS!
Some times it is so obvious that I missed simple solution! Thanks again!