problem with unbound text with RTF setting

  • Thread starter Thread starter SF
  • Start date Start date
S

SF

Hi,

I am trying to format an unbound textbox to display the following into the
control source of the textbox and change the Text Fromat property to Rich
Text. I receive an error saying that the string contain invalid characters

="<div><font face="""Times New Roman""" size=2><strong>Effective Date Of
Modification</strong>: </font><font
face="""Times New Roman""" size=1>as of signature in block #14</font></div>"

Could someone advice?

SF
 
What you have written appears to be HTML, not RTF markup (if my memory of
RTF has not gotten so faded as to be confusing). Rich Text Format and
HyperText Markup Language are not the same.

Larry Linson
Microsoft Office Access MVP
 
What you have written appears to be HTML, not RTF markup (if my memory of
RTF has not gotten so faded as to be confusing). Rich Text Format and
HyperText Markup Language are not the same.

Larry Linson
Microsoft Office Access MVP
 
Back
Top