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.
Query properties Unique Value is set to 0.
The contents of the memo field does not display completely even if it is the only field in the query.
Any ideas would be great.
IIF(logical_field,'text ' & text_field, memo_field) AS CombinedField.
Query properties Unique Value is set to 0.
The contents of the memo field does not display completely even if it is the only field in the query.
Any ideas would be great.