formfield that allows rich text

Y

YurBudMattSF

please help:

i'm creating a template that restricts user input to certain areas of
the document. i've tried using formfields, but now the client wants to
allow things like bold, underline, bullets, and tables, which
formfields don't allow.
there must be some type of formfield that allows this.

any ideas?
 
M

merlin

Yes there is.
When you have your VBE open, right click the controls toolbar and select
Extra Controls.
Then in the list, pick the Microsoft Rich TextBox Control.
 
Top