Why does my memo field truncate the data?

J

Julie

I have a comments field with the data type set to memo. I thought memo
fields were supposed to store unlimited characters, but my responses are
truncated. When I look at format I see this:
\800

What does that mean? I didn't put it there? Is that causing this problem?
 
R

Rick Brandt

Julie said:
I have a comments field with the data type set to memo. I thought memo
fields were supposed to store unlimited characters, but my responses are
truncated. When I look at format I see this:
\800

What does that mean? I didn't put it there? Is that causing this problem?

Yes, if you apply any format property to a memo field it truncates at 255
characters.
 
J

Jerry Whittle

Where are they truncated? Form or Report?

The \ symbol displays the next character as a literal character. You can
also display literal characters by placing quotation marks around them. It
also tends to make the fields right aligned in the datasheet view. I don't
think that's the problem.
 
J

Julie

Rick, thanks. Can you tell my why \800 was inserted into the format? I
didn't put it there?
Thanks,
Julie
 
J

Julie

Jerry, they are truncated in the form. I haven't tried running any reports
yet.
Julie
 
J

John W. Vinson

Rick, thanks. Can you tell my why \800 was inserted into the format? I
didn't put it there?

Whether you did or somebody else did... just remove it. That's a meaningless
format anyway!

John W. Vinson [MVP]
 

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