If the form will be open when the report is run, you can add an
unbound control to the report.
Set it's control source to:
=Forms!FormName!ControlName
You can also have the report itself prompt for the added text if the
form will not be open.
Set the control source of the unbound control to:
=[What do you want to say?]