I have a text box that provides a brief description of a product. If the field has no value (null or ZLS) it is set to display "No Description Available". This works fine except when the field has data beyond so many characters. That is, you only see part of the description. The data is still in the table, but the user can't see it. Similarly, the truncation occurs when entering data in the text box.
How can I set the field to see the entire description and still be able to see "No Description Available" when there is no data to be viewed?
How can I set the field to see the entire description and still be able to see "No Description Available" when there is no data to be viewed?