Is there a way to import the body of an Outlook email into an Access table? As email is in html, is it possible to capture data and link it to a table? I would appreciate help!
I have used the following code in other apps successfully. It is not working in the present app. I don't know why. Are there any suggestions?
Private Sub Form_Current()
Dim db As Database 'declare a variable that points to the database
Dim rs As DAO.Recordset 'declare a variable that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.