I'm trying to write the rich text contents of a rich text box to a memo field in an ADO recordset:
recmdb.Fields("Description"
= DescriptionText.TextRTF
How ever I'm given the following error:
Multi-step operation generated errors. Check each status value.
What on earth does this mean and why can I not write rich text to this field. Writing normal text seems to work fine. I thought rich text was just text with formatting strings???
Any advice??
elziko
recmdb.Fields("Description"
How ever I'm given the following error:
Multi-step operation generated errors. Check each status value.
What on earth does this mean and why can I not write rich text to this field. Writing normal text seems to work fine. I thought rich text was just text with formatting strings???
Any advice??
elziko