Am using three different types of fields in an IIF statement., logical, text and memo. However, not all of the memo field displays. This is only part of the Select statement:
IIF(logical_field,’text ‘ & text_field, memo_field) AS CombinedField.
The contents of the memo field displays completely by itself, but does not want to play nice with others. Any ideas would be great.