
Signature
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.
The answer to your questions is generally "no". I even created a test report
using simple dummy data and a simple report which retrieves one record with
no grouping.
The report truncates the data wheras the query does not, so I am assuming
this is normal.
My work around is a sub-report, although the above would have been easier if
it worked.
> It seems you understand that to get Access to display the entire memo
> field, you must avoid any aggregation on the field.
[quoted text clipped - 18 lines]
>>
>> Is there a way to print the entire string, other than a sub-report?
Allen Browne - 01 Mar 2007 15:24 GMT
Okay, so you have a subreport that works, but a main report that doesn't.
That may help you to identify what's the difference between the two.

Signature
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.
> The answer to your questions is generally "no". I even created a test
> report using simple dummy data and a simple report which retrieves one
[quoted text clipped - 28 lines]
>>>
>>> Is there a way to print the entire string, other than a sub-report?
Jim Pockmire - 01 Mar 2007 16:03 GMT
Yes, the sub-report is based on single table with no grouping - so the memo
field does not become an issue
> Okay, so you have a subreport that works, but a main report that doesn't.
> That may help you to identify what's the difference between the two.
[quoted text clipped - 31 lines]
>>>>
>>>> Is there a way to print the entire string, other than a sub-report?
Rick Brandt - 01 Mar 2007 19:13 GMT
> Yes, the sub-report is based on single table with no grouping - so
> the memo field does not become an issue
Are you using the memo field in the report to do the grouping?
(you can't do that)

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Marshall Barton - 01 Mar 2007 20:32 GMT
>The answer to your questions is generally "no". I even created a test report
>using simple dummy data and a simple report which retrieves one record with
[quoted text clipped - 5 lines]
>My work around is a sub-report, although the above would have been easier if
>it worked.
To add to Allen's list of things to check. Did you make
sure the memo's text box and its section bothe have their
CanGrow property set to Yes?
IMO, once the query is doing the right thing, this problem
is usually caused by some kind of grouping, aggregation or
sortingon the memo field.

Signature
Marsh
MVP [MS Access]