![]() |
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 |
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