Using a report I would like a text box to show information from a memo field if the field is not empty, and to show a brief message if it is empty.
I have run into truncation problems when using an expression using the IIF commands and the Nz command because these commands only work with Text type data (255 characters) and not Memo(thousands of characters).
Therefore i believe that a small piece of coding using an event procedure might help. But i fear that the same truncation coding might happpen. Nevertheless, does anyone have any good ideas about the coding i should use?
I have run into truncation problems when using an expression using the IIF commands and the Nz command because these commands only work with Text type data (255 characters) and not Memo(thousands of characters).
Therefore i believe that a small piece of coding using an event procedure might help. But i fear that the same truncation coding might happpen. Nevertheless, does anyone have any good ideas about the coding i should use?