RonMcIntire
Technical User
All:
I found a post from JHaganJr dated March of 07 that discussed a method for dropping Outlook or Outlook Express email onto a memo field in Access. The discussion included what I assumed was VBA not VBA code from Remou and Bill6868. I am using Access 2003.
I put the code into a test app as described and dropped an email from Outlook Express onto the memofield but I get an error #429 "ActiveX component can't create object."
If I understand what was said and I've done it correctly, I should drop my Outlook Express email message from the upper pane of received messages onto the memo field in the Access app. I do and that's when I get the error.
My test table field types are txtClientID(AutoNumber), SvcNoteID(Text), EmailLocation(Text) and EmailMemo(Memo)
My references are set to: Visual Basic for Apps; Access Object 11.0 Library; OLE Automation; MS DAO 3.6 Object Library; MS ActiveX Data objects 2.5 Library; MS Outlook 11.0 Object Library; and MS Outlook View Control;
Can anyone shed a little light on what's going wrong?
Thanks,
Ron
I found a post from JHaganJr dated March of 07 that discussed a method for dropping Outlook or Outlook Express email onto a memo field in Access. The discussion included what I assumed was VBA not VBA code from Remou and Bill6868. I am using Access 2003.
I put the code into a test app as described and dropped an email from Outlook Express onto the memofield but I get an error #429 "ActiveX component can't create object."
If I understand what was said and I've done it correctly, I should drop my Outlook Express email message from the upper pane of received messages onto the memo field in the Access app. I do and that's when I get the error.
My test table field types are txtClientID(AutoNumber), SvcNoteID(Text), EmailLocation(Text) and EmailMemo(Memo)
My references are set to: Visual Basic for Apps; Access Object 11.0 Library; OLE Automation; MS DAO 3.6 Object Library; MS ActiveX Data objects 2.5 Library; MS Outlook 11.0 Object Library; and MS Outlook View Control;
Can anyone shed a little light on what's going wrong?
Thanks,
Ron