I have a form that produces 4 reports. Two of those I want to email
using Outlook. I want them to go to a list of email recipients. I can
do all this by hand but I want this to be in my code with the simple
push of a button for the user. How do I code it to do so?
I'm making some guesses that I would export them in .rtf format but I
don't know what to do from there.
tia
Jim
have you tried a macro using the send object method?
also after writing the macro you can convert the macro to
vb.
>-----Original Message-----
>I have a form that produces 4 reports. Two of those I want to email
[quoted text clipped - 10 lines]
>
>.