Set outlook Appointments in Access database

G

Guest

I have a simple contact mangement database in Access 2003. I use Outlook to
manage my calander. I would like to be able to set outlook appointments
directly from the database, so as I log follow up calls with customers I can
schedule their appointments and all the info I already typed for the call
will show up. Right now I am putting things in twice. Is there any way to do
this?
 
M

Mike Labosh

I have a simple contact mangement database in Access 2003. I use Outlook to
manage my calander. I would like to be able to set outlook appointments
directly from the database, so as I log follow up calls with customers I
can
schedule their appointments and all the info I already typed for the call
will show up. Right now I am putting things in twice. Is there any way to
do
this?

Inside your Access application, you will need to set a reference to the
Microsoft Outlook Object Library in your VBA window.

Then you will need to write code that creates an instance of an
Outlook.Appointment object and set its properties as appropriate. After
saving it, it will appear in the Outlook calendar.

There are lots of other details though, so if you get stuck, post back.

--


Peace & happy computing,

Mike Labosh, MCSD MCT
Owner, vbSensei.Com

"Escriba coda ergo sum." -- vbSensei


news:[email protected]...
 

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