rick,
After some thought, I would put your text in a table.
This table doesn't need to be related to the others.
When you want it in a report then use the following code.
DLookup("[MemoField]","Table")
If this is the only field/record in the table then no WHERE clause is needed.
This will also...