Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email Reminders 2

Status
Not open for further replies.

susanlang

Programmer
Mar 26, 2002
9
GB
I have to be able to my access database to email reminders when something is due for renewal. I can't seem to get this to work and I was wondering if anyone could give me some pointers.

Many Thanks

Susan
 
Hi

Which bit don't you understand?

Make a query to select a record set of what needs reminders

Use DoCmd.SendObject to send the EMails

If you want to do something more clever, you may need to use Outlook automation, but sendobject is usually adequate Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
UK
 
Hello Susan,

Check out this thread. It has some pretty comprehensive examples in it: thread702-396121

Good Luck! Please remember to give helpful posts the stars they deserve! This makes the post more visible to others in need![thumbsup]
 
If you want to accomplish it without regard to what the default email is on any given machine on the network, the Mabry utility allows you to pipe it directly through and smtp mail server, and the code slips into event-based procedures very well. Give me a yell if you need help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top