Re: How to prevent truncation of memo field (field > 255 char) on export to text file
A conditional expression in a query creates a new query, and therefore the field type is not preserved:
[that-field] is type "memo":
If [this-field] is null, then do nothing, else export [that-field].
Now...