Formatting Memo text

  • Thread starter Thread starter Bill Brinkworth
  • Start date Start date
B

Bill Brinkworth

Is there anyway for a user to be able to format text in a
textbox from a memo-field (access table)? Like making
some of the text bold, red... I've tried faking it out
with a richtextbox..but the memo field doesn't seem to
hold any formating. Any ideas? RichText is out of the
question.

Thanks in advance.

Bill
 
No. The text box built into Access cannot display parts of the text
formatted differently.
 
Put your text into a word document and link it to your
table instead. This way, you can have the users edit the
text to their hearts content and save it that way, and it
will then display edited.

I wouldn't begin to know how to do that but it was a
thought.
 
Back
Top