Memo field problem

M

M Stanley

I have a report with a Memo field. For some reason this truncates if there
is a large amount of data (> about 100 characters). I have set CanGrow &
CanShrink to Yes. Also the Detail section has CanGro & Can Shrink set to
Yes.

I made a quickie report with just three fields and this report shows all of
the data OK. I have compared each reports properties side by side and still
don't see the problem.

Anyone have any ideas?
 
D

Douglas J. Steele

Are you using any functions on the field? What about formatting?

Having said that, though, the problems should occur at greater than 255
characters, not 100.
 
P

Papatsfan (Frank)

Is the field agains another field? IF so try giving it more space to grow.
 
M

M Stanley

No special formatting and no functions connected. What is the problem of >
255. (haven't counted the chars. -- maybe 255+)
 
M

M Stanley

Thanks - I already tried that and it is on a line by itself. The weird thing
is that the test report I threw together has another Memo field right next
to it and both of them grow as necessary.
 
D

Douglas J. Steele

Certain actions have the effect of converting a Memo field to a Text field
(which is limited to 255 characters). Are you sorting on the field? (that's
another of the actions)
 
M

M Stanley

Not sorting on the field.

Douglas J. Steele said:
Certain actions have the effect of converting a Memo field to a Text field
(which is limited to 255 characters). Are you sorting on the field?
(that's another of the actions)
 
M

M Stanley

I changed the record source to a dlookup() instead of just a field in the
query and now it loads all data! Might be one worth remembering, guys.
 

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