View Single Post
  #2  
Old January 29th 09, 12:49 PM posted to microsoft.public.outlook
Brian Tillman [MVP - Outlook]
external usenet poster
 
Posts: 4,874
Default 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]

Ads