View Single Post
  #4  
Old April 4th 06, 06:33 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default calendar to access after move

Am Mon, 3 Apr 2006 12:18:03 -0700 schrieb steve:

Itīs available in the folderīs Items collection.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Michael Bauer

Thanks but Itemchange is't available in a Outlook.AppointmentItem how can

i
use it?

Steve

"Michael Bauer" schreef:

Am Mon, 3 Apr 2006 04:41:01 -0700 schrieb steve:

Steve, moving the appointment to another date could be tracked by
ItemChange, and moving it into another folder by ItemAdd.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Hi

I've made a custom calendar and form after saving the data it saves to
outlook and access for multiuse.

But if someone moves the appointment the data does not get saved to the
access backend only after opening the appointment and saving it.
(objApptItem_Write)

Is there a way to save the data after moving the appointment?

I was thinking on:
Private Sub objApptItem_PropertyChange(ByVal Name As String)

I’m not sure it's the best way and how to do this?
Examples are welcome.

Thanks
Steve


Ads