Sendobject Automation

raisbecp

Registered User.
Local time
Today, 06:33
Joined
Feb 15, 2002
Messages
32
I would like to have send object automatically send an object when a new record is added to a table. I have made a macro that compiles the email and then sends it to but I am unable to get it to auto run. My problem lies in that records are added to the table using an asp website form. If anyone has an Idea I would love to heare it.
 
Last edited:
If you have not got this figured out yet you can just add a SendMail routine to the form submit code. Let me know if you would like to see an example.
 
I Would Like TO See An Example

BukHix you seem to be up on this please post an example of some mailing code
 
You can do email with a macro using the SendOject but doing it this way can have unpredictable results. Here are two different samples using VBA code that should get you started:

Email Report!

Send email
 
Thanks Very much

That was nice to see some examples.

Funny how i didn't get them on my forum search?

Thanks a lot Huk
 

Users who are viewing this thread

Back
Top Bottom