Trouble with Text Box and New Lines

T

tshanno

I'm trying to use a textbox control a TextFormat of RTF. Whenever I
input text from the body of an email into this box, the line returns
disappear and I end up with one big long paragraph. For instance,
text that looks like this in an Outlook email:

"See the dog run."

"See the cat watch."

looks like this:

"See the dog run.""See the cat watch."

Any suggestions on how this can be corrected?

Thanks,
Tom S.
 
R

Rick Brandt

I'm trying to use a textbox control a TextFormat of RTF. Whenever I
input text from the body of an email into this box, the line returns
disappear and I end up with one big long paragraph. For instance,
text that looks like this in an Outlook email:

"See the dog run."

"See the cat watch."

looks like this:

"See the dog run.""See the cat watch."

Any suggestions on how this can be corrected?

Thanks,
Tom S.

The "rich text" feature in Access 2007 is actually HTML, not RTF. Why they
didn't just call it HTML format I don't know. Anyway, when pasting this will
cause problems compared to real RTF third party controls used in previous
versions.
 
R

Rick Brandt

Baz said:
So MS realised there was something that needed fixing, and so they
half fixed it!

My understanding is that the way the rich text works in Access 2007 is
compatible with Sharepoint which is the "next big thing" they are distracted
with.
 
B

Baz

Rick Brandt said:
My understanding is that the way the rich text works in Access 2007 is
compatible with Sharepoint which is the "next big thing" they are distracted
with.

God help us... :)
 
T

tshanno

Thanks to all for the replies. Its evident that this is a bug. I
guess I'll stick to plain text for now.

Tom S.
 
Top