1. Open the table in Design View.
  2. In the table design grid, locate the first empty row. Then, in the Field Name column, type a field name.
  3. In the Data Type column, select Long Text.
  4. Under Field Properties, click the General tab.
  5. Click inside the Text Format box and select Rich Text.
  6. Save your changes.

Change a field to rich text

  1. Open the table that contains the field in Design View.
  2. In the table design grid, click the Long Text field that you want to change to rich text.
  3. Under Field Properties, click the General tab.
  4. Click the Text Format box and select Rich Text.
  5. Save your changes.

Change a rich text field to plain text

Important When you change a field from rich text to plain text, Access prompts you with a warning that all formatting will be removed. After you have applied the change to plain text and the table has been saved, you cannot undo the change.

  1. Open the table that contains the field in Design View.
  2. In the table design grid, click the Long Text field that you want to change to rich text.
  3. Under Field Properties, click the General tab.
  4. Click in the TextFormat box and select Plain Text.
  5. Save your changes.

Clear the Append Only property

To enable rich text formatting for a field, ensure that the Append Only property for the field is disabled. Otherwise, Access hides the text in the field whenever you place your cursor in that field, or in any form or report controls bound to that field.

To disable the Append Only property

  1. Open the table in Design View.
  2. Select the Long Text field that you want to change, and in the lower part of the table designer, on the General tab, scroll down to the Append Only property.
  3. Click the field next to the property and select No from the list.
  4. Save your changes.

Enable rich text formatting for form and report controls

Open rtf file

If you use the commands on the Create tab to create a form or report, and you have enabled rich-text editing for the underlying Long Text field, the resulting text box control inherits the Text Format property set for the Long Text field. If you have data in the Long Text field of your table, that data appears in the text control on your form or report. However, Access does not enable rich text editing when you manually add a control to a form or report, even if you subsequently bind that control to a Long Text field with rich text formatting.

  1. Open the form in Design View.
  2. On the Design tab, in the Controls group, click Text Box.
  3. In a blank area of your form, click and drag your mouse to draw the control.
  4. Click the text area of the new control, right-click the text area of the control (not the label), and then click Properties.
  5. In the property sheet for the new control, click the All tab.
  6. Click the Control Source property box and select your Long Text field from the list.
    By default, the list shows the fields in the table that is bound to your form. If your Long Text field resides in another table, use this expression syntax to bind the control: =[table name]![field name]. Use the brackets and exclamation point exactly as shown. Type the name of your table in the first part of the expression, and the name of your Long Text field in the second part. For example, if you have a table named Notes with a Long Text field named Compliments, you would enter this string in the Control Source property box: =[Notes]![Compliments]
  7. In the property sheet, with the All tab still selected, locate and select the Text Format property box, and then select Rich Text from the list.
  8. Save your changes.