I have 2 Richtext fields (A and B) in a form. I attach excel file and MS- word document file in two different rich text fields. How to Validate the perticular attachment(excel) is present in the A richtext field and word document in B before saving the document?
Subject: Try to access them via LotusScript and COM
…to see if the objects respond … Of course you wrap all this code within On Error Goto …