Did you convert the Field to Rich Text in the corresponding Table?
The sequence was thus:
1. changed properties in memo table field from plain to rich text;
2. Went back to the form [graphic in first post] -- it would not let me change highlighted field to italics [font tools grayed out];
3. Tried changing memo field in form field property -- that resulted in ALL text being italicized.
GOAL: allow for only selected text to be italicized.![]()
So when you highlight some text, wait a second, a little formatting pop up doesn't appear above just the text you've selected?
Unfortunately, no -- no text box appears just above the text that's been selected. I even tried closing out the entire database, then reopening. Still no text box tool bar above selected text in memo field.
I just read this the other day.
When you change to Text rich you can use HTML code to format.
In front of whatever text you want to format put <i> and after the text put /<i>.
http://www.w3schools.com/html/html_formatting.asp
Dale
@dale
If you don't format the form textbox as Rich Text but you have already added formatting to it the HTML encoding will show as this is what is stored in the underlying Field.
@snowboarder234
If you create a brand new Table with a Memo Field, set it to Rich Text then build a Form from that does the same happen?
The picture I posted was one I created just 5mins ago and it all worked.
YES, I understand that.
IF you change the field to Text rich you CAN then use HTML and the HTML code will not appear.
Did I read something wrong here?When you change to Text rich you can use HTML code to format.
Alex -- it did work when I created a new table!!! Thank you for pointing me in the right direction. The bad news is I need to apply the italic capability to an already existing table (and thus, the form) that now holds 250 records.@dale
If you don't format the form textbox as Rich Text but you have already added formatting to it the HTML encoding will show as this is what is stored in the underlying Field.
@snowboarder234
If you create a brand new Table with a Memo Field, set it to Rich Text then build a Form from that does the same happen?
The picture I posted was one I created just 5mins ago and it all worked.
Update: I got it to work at the table level -- but it isn't reflected in the form. The form displays the html code for italics, but does not produce the italicized text. For example, this is what displays on the form: (<em>Didelphis virginiana</em>). We're back to square 1 again with the text bar not showing up in form view.
http://www.techrepublic.com/blog/mso...-and-2010/4795 -- they make it look so easy..... if only it worked....
That sounds like the control on the form isn't set as Rich Text.
Try removing the control.
Click on 'Add Existing Fields' and drag it back onto the Form.
It should inherit the Rich Text Property from the Table level and then work.
(Once you have it on the Form check the properties anyway.)
YESSSSSSSSSSSSSS!!!!!!!! That resolved the issue. Thank you so much. Italicizing text may seem like a small matter -- but in an academic environment where scientific terms MUST be italicized, it's huge. Thanks again.That sounds like the control on the form isn't set as Rich Text.
Try removing the control.
Click on 'Add Existing Fields' and drag it back onto the Form.
It should inherit the Rich Text Property from the Table level and then work.
(Once you have it on the Form check the properties anyway.)