How can I format text in an Access memo field?

L

lvtosail

I am tracking comment dispositions using Access. In a memo field, I would
like to show the old (suggested) disposition as crossed out text, and the new
disposition as plain text. How can I do this? It would also be nice if I
could print vertical bars in the margin of a report so that users can quickly
identify which comments have changed.
 
M

MacDermott

I'd recommend using a separate table for your comments.
Then when you display them in a report, you can show the old ones as crossed
out, and the new ones plain.

HTH
 
Top