Memo feild not displaying all on report

chefdaveross

Registered User.
Local time
Today, 01:40
Joined
Aug 31, 2007
Messages
81
I have a report that displays my recipe.
I use a memo field from the table that displays to enter the method and steps of the recipe such as
1. preheat oven
2 peel potatoes
etc. etc.

when i run the report, the memo text box truncates and i only see partial text.

I have looked to see if I have a format on the table and report properties and i don't see anything that would limit the display.
 
Check the size of textbox you are using on report. It has to be the size of the text that will be physically on you report.
 
Or maybe this link will affect your report.
 
Make sure the "Can Grow" property for the report text box is set to "Yes"
 
Rural Guy MVP.
That link fixed my problem.
I had a group by in the query of my report. Changed it to First and renamed textbox to FirstofName and works great.

Thank you for all responses
 
That's great! Thanks for posting back with your success.
 

Users who are viewing this thread

Back
Top Bottom