Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   calendar to access after move (http://www.outlookbanter.com/outlook-vba/10376-calendar-access-after-move.html)

steve April 3rd 06 01:41 PM

calendar to access after move
 
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


Michael Bauer April 3rd 06 06:01 PM

calendar to access after move
 
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


steve April 3rd 06 09:18 PM

calendar to access after move
 
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



Michael Bauer April 4th 06 06:33 AM

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




All times are GMT +1. The time now is 09:26 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