Forward document w/ subform from backend

I have a form that users ‘Save & Send’ when complete. The sending portion is the issue at hand. I am trying to ‘forward’ a copy of that document to a group or users without having to manually touch the outgoing form. I am able to forward the document automatically, but the original form includes a subform from another db. When the form is sent, the information from the subform doesn’t display. I have tried using RendertoRTItem as well, and no success.Also, I tried using ‘store form in document’, but that doesn’t work either, the subform still doesn’t display and the size of the resulting message is quite large.

So, does anyone know of a way to automatically, within lotus script, forward a form to users from the backend, so it doesn’t have to be touched, but still displays the subform?