Thanks,
Pete
--
Duane Hookom
MS Access MVP
"Pete B." <Pe...@discussions.microsoft.com> wrote in message
news:41024CD6-1B0E-46D1...@microsoft.com...
That applies if you Group By a memo field (totals query), or if the query
deduplicates records (e.g. it has a DISTINCT or UNION), or if formatting is
applied to the field.
Examples of solving the problem:
a) If it is a Totals query, you could solve the problem by chosing First in
the Total row under the memo field instead of Group By.
b) Use UNION ALL instead of UNION.
c) Remove the DISTINCT. (If necessary, you can save the query without the
memo, and then build another query on top of that to get the memo.)
d) Remove anything from the Format property of the field in your table (or
the Format property of the text box on your form/report.)
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Pete B." <Pe...@discussions.microsoft.com> wrote in message
news:41024CD6-1B0E-46D1...@microsoft.com...