I am trying to go from Outlook to Access on 2000 on Office Professional 2000. I have selected DAO 36 and OLE Automation along iwth 9.0 of Outlook and Access as the book shows. Here is the code I am using. It is in VBScript.
The code is working. Outlook is writing perfectly to Access as long...
I agree with the coding by Stefan. In that code I also included a check on DAO as follows:
Set Dbe = Item.Application.CreateObject("DAO.DBEngine.36")
If Err.Number <> 0 then
Msgbox Err.Description & " --Some functions may not
work correctly. Contact your folder...
I am trying to write the Outlook user defined fields to an access database. I have been successful in having this work with one exception. I have a series of user defined currency fields. I specify these as currency in Access. The first time I try to add or update a record, no problem. The...
Can you help me? I've successfully been able to take custom fields and move them to Access from an Outlook custom form. However, I am trying to move currency values in Outlook. If I create the field in Access and label it currency, Outlook crashes. It only crashes on the second use. In...
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.