I want to be able to add text to a report when it is entered into a form.
Can this be done? and if it can how?
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?]