K
KFox via AccessMonster.com
I followed the instructions posted here on how to set this up.
http://support.microsoft.com/default.aspx?scid=kb;en-us;160502
I'm needing to generate a calendar invite from within Access, populating the
fields with values I have in an Access table. This code worked great until I
added a recipient field, as I need the recipient to be populated by the
values in my table (MESSAGE_TO), and not just put the calendar invite on my
own personal Outlook calendar
Recipient = Me!MESSAGE_TO
Now when I click the button on my form to generate/send the invite I receive
the error, "438 Object doesn't support this property or method". I'm
guessing it has something to do with my reference library, but I'm not sure
what I need to add. I'm using Office 2003.
If I remove this .Recipient line from my code, I can get the calendar invite
to post on my own calendar, but that's not what I need to have happen.
Please advise.
Best Regards,
Kellie
http://support.microsoft.com/default.aspx?scid=kb;en-us;160502
I'm needing to generate a calendar invite from within Access, populating the
fields with values I have in an Access table. This code worked great until I
added a recipient field, as I need the recipient to be populated by the
values in my table (MESSAGE_TO), and not just put the calendar invite on my
own personal Outlook calendar
Recipient = Me!MESSAGE_TO
Now when I click the button on my form to generate/send the invite I receive
the error, "438 Object doesn't support this property or method". I'm
guessing it has something to do with my reference library, but I'm not sure
what I need to add. I'm using Office 2003.
If I remove this .Recipient line from my code, I can get the calendar invite
to post on my own calendar, but that's not what I need to have happen.
Please advise.
Best Regards,
Kellie