Here is my situation...
I have a report open on the user's window. Additionally there is a form still open underneath and to the side of the report. On that form is a button which when I click it I would like the report to be sent to an e-mail address which is entered into a field on that open form.
But I need to have a line of text entered into the subject line of the email message and also have a pretty long string of text entered into the message body of the email message.
I've tried this with a macro but evidently have too much copy in the text of the message. If I shorten it it works fine. But I really can't do that. It needs to be the entire length.
I suspect the answer to be VBA but I really don't know where to begin.
Can someone help me out with this?
--Steve
I have a report open on the user's window. Additionally there is a form still open underneath and to the side of the report. On that form is a button which when I click it I would like the report to be sent to an e-mail address which is entered into a field on that open form.
But I need to have a line of text entered into the subject line of the email message and also have a pretty long string of text entered into the message body of the email message.
I've tried this with a macro but evidently have too much copy in the text of the message. If I shorten it it works fine. But I really can't do that. It needs to be the entire length.
I suspect the answer to be VBA but I really don't know where to begin.
Can someone help me out with this?
--Steve