A family of Microsoft relational database management systems designed for ease of use.
Rich Text IS NOT A DATA TYPE. Rich Text is a Property, which can be applied to either a Text field (limit 255 characters) or to a Memo field (two gigabytes).
My guess (based on insufficient info :) ) is that you're Printing the value using a Query that's truncating it (for example, by trying to sort by the Memo field or setting a Format property on it).
Context please? What's the structure of your table? Is the Data Type of the field Text (bad) or Memo (good)? How are you printing it?