Memo field problem

  • Thread starter Thread starter M Stanley
  • Start date Start date
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?
 
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.
 
No special formatting and no functions connected. What is the problem of >
255. (haven't counted the chars. -- maybe 255+)
 
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.
 
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)
 
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)
 
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

Back
Top