Field not growing on report

matriks

New member
Local time
Today, 10:16
Joined
Jan 25, 2001
Messages
7
I have a table with a field that I have set the Data Type to Memo. When I pull that field into a report, it seems to be treating the field as a Text Data Type and is not pulling in all the data entered. Is there something here that I'm overlooking?
 
Did you set Can Grow/Can Shrink for the field?
 
Yes, Can Grow and Can Shrink both are set to yes.
 
Yes - when I run the query, the entire contents of the field show up when I run the query itself.
 
Same problem here

I just ran into exactly the same problem, only I'm using my table as a datasource. I have a memo field that seems to have all the data in the table, but even though the grow/shrink properties of the textbox on the report are set to TRUE, it seems to only grow enough to show (#lines - 1), no matter how big or small I make it. It's very frustrating.

If I make it huge, it'll even shrink so that only (#lines - 1) is shown on the report!

Anyone have any more ideas?
 
Actually, I found a workaround. Turns out if you specify a line spacing in the control, Access chooses to discard the last line in the field. Not very convenient, IMHO, but as long as you put the line spacing to 0" it all shows up.
 

Users who are viewing this thread

Back
Top Bottom