Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - General Queries (http://www.outlookbanter.com/outlook-general-queries/)
-   -   Single appointment fro Access to Outlook (http://www.outlookbanter.com/outlook-general-queries/85314-single-appointment-fro-access-outlook.html)

Bruno Campanini January 29th 09 07:49 AM

Single appointment fro Access to Outlook
 
I'm able to send a single appointment from inside Access to Outlook.
This is the core code:
With OutAppt
.Subject = [Nominativo_Paziente]
.Start = [DataInizio] & " " & [OraInizio]
.End = [DataFine] & " " & [OraFine]
.FormDescription = [DescrizioniVarie]
.Location = [Nominativo_Medico]
.ReminderSet = False
.Save
End With

How can I tell him to "Replace duplicates with items imported"?

Bruno

Brian Tillman [MVP - Outlook] January 29th 09 12:49 PM

Single appointment fro Access to Outlook
 
"Bruno Campanini" wrote in message
...

I'm able to send a single appointment from inside Access to Outlook.
This is the core code:
With OutAppt
.Subject = [Nominativo_Paziente]
.Start = [DataInizio] & " " & [OraInizio]
.End = [DataFine] & " " & [OraFine]
.FormDescription = [DescrizioniVarie]
.Location = [Nominativo_Medico]
.ReminderSet = False
.Save
End With

How can I tell him to "Replace duplicates with items imported"?


Ask programming questions in the programmiong newsgroups
microsoft.public.outlook.program_vba and .program_addins
--
Brian Tillman [MVP-Outlook]



All times are GMT +1. The time now is 05:34 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com