ADDFROMOUTLOOK Macro Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vanlanjl
    New Member
    • Feb 2009
    • 46

    ADDFROMOUTLOOK Macro Help

    I created a Databse with an AddFromOutlook cmd button the utilized the AddFromOutlook Macro that is built into Access 2007. Does anyone have experiance with this?

    I have gone back and noticed alot of errors in my database so I started a fresh one that is now normalized but cannot get the AddFromOutlook Macro to save the new contact to the tblCOntacts as a new record.
    Please any halp would be awesome.
  • vanlanjl
    New Member
    • Feb 2009
    • 46

    #2
    Never mind - figured it out - For some reason you have to create the table "contacts" provided as a template table for it to work - after wich you can add or delete fileds that you feel you will not need. Creat cmdbutton and in the onclick event procedure - DoCmd.RunComman d acCmdAddFromOut look
    works like a charm yo!

    Comment

    Working...