Updating appointments from Access 07

  • Thread starter MichelleMetzger
  • Start date
Status
Not open for further replies.
M

MichelleMetzger

Hello,

I have a simple code that will allow me to create a new appointment in

outlook from my Access database. What I cannot figure out is how to update

that same appointment at a later date.

Please help!!!
 
See the Find function in the VBA help. You need to figure by what property

you want to identify the appointment (date, subject, or whatever).

Best regards

Michael Bauer

Am Tue, 6 Oct 2009 09:49:01 -0700 schrieb MichelleMetzger:


> Hello,

> I have a simple code that will allow me to create a new appointment in
> outlook from my Access database. What I cannot figure out is how to


update
> that same appointment at a later date.

> Please help!!!
 
I can find the appointment based on the subject and startdate. I just can't

figure out what to do from there.

"Michael Bauer " wrote:



> See the Find function in the VBA help. You need to figure by what property
> you want to identify the appointment (date, subject, or whatever).

> > Best regards
> Michael Bauer

> > >

> Am Tue, 6 Oct 2009 09:49:01 -0700 schrieb MichelleMetzger:
>
> > Hello,
> > I have a simple code that will allow me to create a new appointment in
> > outlook from my Access database. What I cannot figure out is how to

> update
> > that same appointment at a later date.
> > Please help!!!

>
 
If you post the relevant parts of your code, I'm sure someone can help

you update it.

--JP

On Oct 6, 2:23 pm, MichelleMetzger

<MichelleMetz...> wrote:
> I can find the appointment based on the subject and startdate.  I just can't
> figure out what to do from there.
>
 
Once you return the AppointmentItem, set its property values using the same

object.property syntax that you'd use to set propety values for any

otherobject. See http://www.outlookcode.com/article.aspx?ID=38 for more

information.

Sue Mosher

"MichelleMetzger" <MichelleMetzger> wrote in

message news:E8519310-4935-42C9-8BE8-08BAC09EEE49@microsoft.com...
> I can find the appointment based on the subject and startdate. I just
> can't
> figure out what to do from there.

> "Michael Bauer " wrote:
>
>

>
>> See the Find function in the VBA help. You need to figure by what
> > property
> > you want to identify the appointment (date, subject, or whatever).
>

>> > > Best regards
> > Michael Bauer
>

>> >> >>

>

>
>> Am Tue, 6 Oct 2009 09:49:01 -0700 schrieb MichelleMetzger:
> >
> > > Hello,
> >> > I have a simple code that will allow me to create a new appointment in
> > > outlook from my Access database. What I cannot figure out is how to

> > update
> > > that same appointment at a later date.
> >> > Please help!!!

> >
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
P Outlook tasks keeps changing (updating) dates that I type Using Outlook 2
I Outlook is stuck at "Updating Calendar" Using Outlook 1
A VBscript stops running after updating form Outlook VBA and Custom Forms 1
D Custom Search Folders not refreshing/updating automatically Using Outlook 0
I Saving attachments from multiple emails and updating file name Outlook VBA and Custom Forms 0
G Updating VbaProject.OTM on several users Outlook VBA and Custom Forms 3
RBLampert Updating from Outlook 2010 to Outlook 365 Using Outlook 0
T Office 2013 no longer updating automatically Using Outlook 2
G Mass Updating Contact form used Outlook VBA and Custom Forms 8
J Updating existing entry on shared calendar wants to send update from delegate Using Outlook 0
K Can VBA intervene when updating Internet Calendars? Outlook VBA and Custom Forms 5
S Task Update coming as email and not updating task Using Outlook 3
M search takes a loooong time since updating Using Outlook 8
T Shared calendar not updating Using Outlook 1
T Need help with finding/updating task Outlook VBA and Custom Forms 1
P Updating Last Modified Date on ThisOutlookSession Macro Outlook VBA and Custom Forms 1
TotallyConfused Godaddy Microsoft exchange 2007 stopped updating Exchange Server Administration 1
S Updating the database based on received task Outlook VBA and Custom Forms 3
makinmyway Recent Files Not Updating when Using Insert Hyperlink in Outlook 2013 Using Outlook 0
S Updating between Smartphone and PC Using Outlook 3
M Outlook 10 Inbox not updating Using Outlook 3
H Gmail not updating Outlook Home Using Outlook 17
Aalishaan Outlook 2010 Updating Inbox starts again Using Outlook 0
Alex Hall When updating shared calendar, it does not automatically update personal calendar Using Outlook 3
D Updating Registry to force new task and note items to save in a particular folder Using Outlook 1
K Excel Import Option: Need Help Updating Existing Records BCM (Business Contact Manager) 0
J Shared ICalendars are not updating in Outlook Using Outlook 2
A Updating Outlook Contact Phone Nos to international dialling codes Using Outlook 5
D Outlook 2010 - Pattern for updating task owner in generic mailbox Using Outlook 2
M Constantly updating address book Using Outlook 5
B Updating Macro to OL2010/32bit Using Outlook 8
D Multiple Users Updating Custom Form At Same Time Using Outlook 1
M Updating VBA code from outlook 2007 to outlook 2010 Using Outlook 1
D Updating a recurring meeting cuses a reminder to be sent for every occurence. Using Outlook 2
C Message Count not updating Using Outlook 2
H Cannot share calendar, global address book not updating Exchange Server Administration 1
C Updating many contacts at once? BCM (Business Contact Manager) 3
Z Updating .ics files in OUtlook 2010 Using Outlook 1
T Error when updating Internet Calendar Subscriptions Using Outlook 12
R Outlook 2003 - Exchange 2010 global address list not updating Using Outlook 3
A Updating contacts with new information BCM (Business Contact Manager) 1
M updating and saving contacts in Distribution List Outlook VBA and Custom Forms 2
T Appoinments Not Updating after Outlook 2007 SP2 Outlook VBA and Custom Forms 1
A Outlook 365 New Appointments All saved to a 365 default calendar on Mac Using Outlook 0
M New Calendar Appointments: Conditionally turn off reminder and show time as free Using Outlook 5
Kika Melo Outlook Calendar deleted appointments not in Deleted Items folder Using Outlook 3
e_a_g_l_e_p_i Outlook 2021 all appointments not showing in calendar Using Outlook 2
S Changing colors of today's appointments, but not recurring ones Using Outlook 33
M Printing Appointments Using Outlook 1
M Calendar daily Appointments and printing Using Outlook 0

Similar threads

Back
Top