memo field on report

J

JohnE

I am creating reports from an A2k database. There are
tables that have memo fields. Many of these fields are
lengthy. But, when I do the report, the memo field cuts
off part way thru. The field's property setting is set
to CanGrow.
How can I make the report field show all of the memo
field contents?
Thanks to anyone who responds.
*** John
 
M

Marshall Barton

JohnE said:
I am creating reports from an A2k database. There are
tables that have memo fields. Many of these fields are
lengthy. But, when I do the report, the memo field cuts
off part way thru. The field's property setting is set
to CanGrow.
How can I make the report field show all of the memo
field contents?


There are several things in a query that truncate memo
fields to 256 characters. DISTINCT and UNION will do that,
and so will GROUP BY memo and ORDER BY memo.

Another thing to look out for is using anything in the text
box's Format property.
 
J

JohnE

Marsh, thanks for the info. The GROUP BY was there. I
removed it and there was the whole note. I will keep
your your reply in mind in the future.
*** John
 
J

JohnE

Marsh, if your still checking, I find that I need to use
the totals line in some queries that have the memo
field. I've tried deleting the GROUP BY or changing it
to something else. Is there a "workaround" that can be
done that you are aware of?
Thanks for the help.
*** John
 

Ask a Question

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.

Ask a Question

Top