1. This is Word 2002
2. Setup was
Main Document Type -> Letter
Open Data Source -> pointed to query in my Access D
Insert Merge Fields -> the affected one is a memo field in Access; correctly displays full text in Access tabl
3. Setting longest to first did not hel
4. Maximum length is perhaps 1200 character
Uh-oh. In getting back to this, I just realized that the data is also truncated in the query itself. The memo field in the table correctly shows the entire text, but the query truncates it to 255 characters. Do I need to post this in an Access forum?
Hi =?Utf-8?B?QnJpYW4=?=,
> Uh-oh. In getting back to this, I just realized that the data is also truncated in the query itself. The memo field in the table correctly shows the entire text,
but the query truncates it to 255 characters. Do I need to post this in an Access
forum?
Yes, if you're seeing only 255 characters in the Access query result, in Access,
you should go to an Access forum.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
Brian - 21 May 2004 19:06 GMT
Just an FYI to anyone else needing the answer to this. I found out that this was occurring because I was using Totals in my query and had the default "Group By" clause on the memo field in question. "Group By" returns only the first 255 characters: I changed the clause from "Group By" to "First", and it now returns the entire contents of the memo field.
Cindy M -WordMVP- - 23 May 2004 09:53 GMT
Hi =?Utf-8?B?QnJpYW4=?=,
> Just an FYI to anyone else needing the answer to this. I found out that this was occurring because I was using Totals in my query and had the default "Group By" clause on the memo field in question. "Group By" returns only the first 255 characters: I changed the clause from "Group By" to "First", and it now returns the entire contents of the memo field.
Thanks for posting this :-)
Cindy Meister