Rich text field and views

Does anyone have code for a form that in a view column will display if a rich text field from the form has an attachment as well as any text that would also be in the rich text field?

Subject: You need to store that information in the document.

Views cannot access Rich Text Fields, so you’ll need to store both pieces of information as text items in your document.

Use @Abstract to get the text from a RTF into a text field.

You may be able to use @Attachment if you don’t care what field the files are attached to.
If the specific field is significant then you’ll probably need to use LotusScript in the QuerySave event to test that field.