Using automation from access to outlook to create an appointment item

  • Thread starter Roderick de Rijke via AccessMonster.com
  • Start date
R

Roderick de Rijke via AccessMonster.com

I am writing an access (2003) database for a commercial department to organise the events they have sold. I am doing this using automation to create an appointment item into outlook. This works well, omly the company uses different outlook calendars and i need to write it into a specific calendar. Could anyone help me, please?

Thanks Roderick, Spain
 
J

John Nurick

Hi Roderick,

You're already automating Outlook; it's just a question of modifying
your existing code so it uses the Outlook object model to identify and
uses the folder in question. That's an Outlook (or Exchange) question
rather than an Access one; good places to start looking for information
(besides the Outlook VBA help files) are www.slipstick.com and
www.outlookcode.com.

I am writing an access (2003) database for a commercial
department to organise the events they have sold. I am doing this using
automation to create an appointment item into outlook. This works well,
omly the company uses different outlook calendars and i need to write it
into a specific calendar. Could anyone help me, please?
 
R

Roderick de Rijke via AccessMonster.com

Thanks John for your reply. I?ll try to sort it out with your suggestions.
Best regards Roderick
 
Top