Text Area save to Database

Greetings,

Any idea how i can save the text area with all it`s formatting to a database record and when restore it to be same ?

so far once i save data and put it back to text area it looses the formatting.

Thanks .

save the styledtext.rtfdata in a string field
then open the string and use me.StyledText.RTFData = aValue