Since I didn't have to do anything special to make my report work... And, since the usually VERY helpful folk here haven't resolved this...
I suspect there are some special characters in your memo field causing the grief. To see if this is the problem, create a new table with the same characteristics. Then, copy a few records without the memo field to the new table. Next, copy/paste special a memo field at a time to notepad/wordpad/word - be sure to save as plain text. Then copy the plain text to the memo field in your new table. Run your report based on the new table and see if the result is different.
If I'm right, then you may need a VBA routine to cleanse your memo fields. There are many people contributing here who are more adept at helping putting that together.
Good Luck!
Bob (M.E.A.N.)
Moderately Exasperated Access Novice ;-)
I agree with Bob. I've gotten memo fields to display properly by ensuring the properties mentioned above were defined correctly.
One workaround you might want to try, if the criteria of your report is not too complicated, is to display the memo field in an unbound text box. Use a DLookup function as the control's ControlSource. If the key criteria field(s) is/are not currently on the report, you may have to add them as invisible controls....
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.