I do have CanGrow set to yes and it breaks at exactly 255 characters (in the middle of a line no less) That's including spaces and cr/lf (which is two characters)
coco--if you are using GROUP BY in your query, try using FIRST instead. this will automatically change your field name to FirstOfFieldName, but you can alter that within the query itself by putting the name you want, followed by a colon. pretend your memo field name is Memo, so in your query grid put instead of GROUP BY, put
I just created a table, form, and report with a memo field that I have easily 1500 characters typed into it. I can display them on the form and the report without the effect of cutting off at 255. I tried the table alone in the report as well as created a query to display the memo field. Same results. Displays all of the data. Two pages worth of memo field.
I used the drag and drop method of placing the field name from the field list box to the report. Set the Can Grow to Yes. Seems to work fine. I am testing this in A97.
Can't seem to duplicate what you are doing.
Bob Scriver
Nobody believes the official spokesman... but everybody trusts an unidentified source.
Author, Bagdad Bob???
I'm using Access 2000. The data is stored in SQL Server 7. Neither the report nor the database was originally created by me. No one ever noticed the problem until today, I guess no one ever got wordy enough for it to be an issue.
The CanGrow property is definitely working, it expands enough to show the lines. I tried the drag and drop method and got the same results.
A thought has occurred to me though, now that I'm home and can't test it of course. Maybe the problem is that the report is based on a query and not the actual table?
again, i wonder if the query is a TOTALS query and there's GROUP BY on it. BOB--try that. i did all the same as you and couldnt duplicate the problem, until i made it a TOTALS query with GROUP BY. that truncated it. i looked around and found similar post on another web site. ended up person there had GROUP BY also. suggestion to change to FIRST works.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.