send reminder or email automatically

  • Thread starter Thread starter Ran S
  • Start date Start date
R

Ran S

Hi,

In my MS access database I have fields due_date, status, Analyst. And I
want to generate a reminder message automatically in outlook to
everybody OR email automatically and should start giving reminders 5
days prior to the due_date to each one of the analyst for whom projects
are still due?. And it should remind everyday the projects which are
due, first thing in the morning when one opens up his/her outlook,
untill its done (untill status field='complete'). Everybody has
different dates for different projects therefore it should send
reminder to everyone in the Analyst field for whom projects are still
due?

I would appreicate your help.

Thank you so much!
 
Ran said:
Hi,

In my MS access database I have fields due_date, status, Analyst. And I
want to generate a reminder message automatically in outlook to
everybody OR email automatically and should start giving reminders 5
days prior to the due_date to each one of the analyst for whom projects
are still due?. And it should remind everyday the projects which are
due, first thing in the morning when one opens up his/her outlook,
untill its done (untill status field='complete'). Everybody has
different dates for different projects therefore it should send
reminder to everyone in the Analyst field for whom projects are still
due?

I would appreicate your help.

Thank you so much!

You can use the "SendObject" action in a Macro (or invoke it in a
Module) to generate an email. Since this can be done under program
control, you can determine when and to whom each object (such as a
Report) is to be emailed.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top