K
Ken Warthen
I have an Access 2007 form on which I'm trying to display the body or message
of an email that is selected from a listbox showing email dates and subjects.
The data is coming from a table called tblEmailLog. Since a textbox is
limited to 255 characters and the actual message (which is stored in a memo
field) may be longer than that, what is the best way to display the message.
I tried using a listbox, but there's no word wrap available, so that's not a
solution either.
TIA,
Ken
of an email that is selected from a listbox showing email dates and subjects.
The data is coming from a table called tblEmailLog. Since a textbox is
limited to 255 characters and the actual message (which is stored in a memo
field) may be longer than that, what is the best way to display the message.
I tried using a listbox, but there's no word wrap available, so that's not a
solution either.
TIA,
Ken