A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

calendar to access after move



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 3rd 06, 01:41 PM posted to microsoft.public.outlook.program_vba
steve
external usenet poster
 
Posts: 317
Default 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

  #2  
Old April 3rd 06, 06:01 PM 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 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

  #3  
Old April 3rd 06, 09:18 PM posted to microsoft.public.outlook.program_vba
steve
external usenet poster
 
Posts: 317
Default 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


  #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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot access shared Calendar Suddenly steve Outlook - Calandaring 0 March 28th 06 09:18 PM
How do I move a shortcut calendar to my other calendar listing? VandySue Outlook - Calandaring 3 February 24th 06 03:07 PM
how do i move an appointment to another calendar John B Outlook - Calandaring 1 February 8th 06 09:07 PM
Move calendar to new computer Chris B Outlook - Calandaring 7 January 26th 06 03:54 AM
Can't move 2005 calendar info to new computer Chris B Outlook - Installation 0 January 25th 06 10:43 PM


All times are GMT +1. The time now is 08:34 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.