AllExperts > Using MS Access 
Search      
Using MS Access
Volunteer
Answers to thousands of questions
 Home · More Using MS Access Questions · Answer Library  · Encyclopedia ·
More Using MS Access Answers
Question Library

Ask a question about Using MS Access
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Rob Henderson
Expertise
I can answer most MS Access design questions. I also welcome questions on database design and implementation and VBA programming questions. I also have expierence in application design for all the Office components (Excel, Outlook, etc).

 
   

You are here:  Experts > Computing/Technology > Business Software > Using MS Access > Create an Outlook meeting from msAccess 2003

Using MS Access - Create an Outlook meeting from msAccess 2003


Expert: Rob Henderson - 2/23/2005

Question
I have a msAccess 2003 customer data base for my chimney sweeping company. I would like to e-mail an invitation to my chimney sweep, a msOutlook user,  to a meeting from msAccess 2003.passing the date an time from the data base to his e-mail address  Is this possible? How can it be done?


I have worked with msAccess, SQL and HTML but not much with VB or VBA

Answer
Hi

It can be done.

The easiest way is to link a table to your appointment calendar in outlook and then create a form. This is also the most unelegant way as you have no choice over which fields are returned in the table link and also your access interface will not be as good as outlooks'.

The other way is to use VBA automation.

This means that you set a reference in the code to the Outlook DLL and then you create an instance of outlook which you can then work. Doing this allows you to manipulate specific items in outlook.

Be warned though, the Outlook model is reasonably complex and will take a little bit of learning.

If you want to go down this route, read up on automation

http://www.vba-programmer.com/Outlook_Code/Adding_Appointment_via_Automation.txt

and then play around with the model.

HTH

rob  

Add to this Answer   Ask a Question


 
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.