Yes. The reason is that Access does that to memo fields
used in a Group By clause. For the sake of efficiency, it
makes very little sense to group on a long, most likely
unique memo field.
You can remove the memo field from the Group By clause by
specifying the First function for the field.
Guessing that the TEXT value is from a MEMO field. When Access does a Group By
query, it truncates memo fields to the first 255 characters so it can decide
what to Group By on the MEMO Field.
If you don't care which memo field you get, you can try FIRST instead of GROUP
BY on your field.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.