I’m just new to outlook. Can i do update/delete contacts,appointments,tasks to outlook using ms access? is it the same behavior with the all versions of outlook?
I’m just new to outlook. Can i do update/delete contacts,appointments,tasks to outlook using ms
Share
Yes, you can accomplish this (and more) using VBA.
Examples:
Getting Started with Outlook VBA
Using VBA to Manage Your Outlook Email Attachments
FnSendMailSafe
Microsoft Office Outlook 2003 VBA Language Reference
Here’s a typical snippet for creating a task (other items are done in a similiar way):