Sorry for the confusion. It's only a very simple function which does the following:
1. User writes an email, fills out the various to, from, subject etc details
2. Message "text" is written in a multi-line rich text box
3. User sends message, message details written to Access db. Details...
Thanks everyone for the replies. I am aware of the different .text and .textrtf properties. When saving the contents of the box I use the .textrtf property (assuming that this is the way to save all the formatting details)
rs.fields("Message") = rtbMessage.textrtf
Similarly when trying to...
I am trying to build a very simple email function into a program. I have a simple form which has a Rich Text Box. The contents of this is stored in a memo field in an Access database.
When recalling the message and displaying it's detail I cannot seem to get the memo field contents to display...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.