Send Outlook Appointment via E-mail from Access 2007

B

Brian

I have a database in which a user enters data about projects for followup by
another user. Right now, the "other" user must enter that database and
determine what followup needs to be done. Since the "other" user uses
Outlook extensively, I was hoping that I could take the data in Access and
send it to the "other" user as an appointment with a reminder. The
appointment would then appear in the Outlook calendar.

I've Googled til I can Google no more, and have found a lot of info on how
to add an appointment from Access to the local copy of Outlook, but nothing
on how I can send the appointment via e-mail.

Does anyone know how this can be done using VBA?

Thanks!
 
B

Brian

Maybe my problem is that I don't know what I am looking at, but...

What I see when I look at this code (and I had already looked at the MSDN
site) is that the code will add an Outlook item to the Outlook running on the
same computer that Access is running.

What I am looking for is a way for Access to create an e-mail that invites
the recipient to attend an event or appointment. When they accept, it will
then appear on their calendar in Outlook and remind them when the time comes.

Have I made this clearer??
 

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

Top