Forum Discussion
turniporangementions
Aug 30, 2024Copper Contributor
Running my 32 bit access on a 64 bit computer works, But wont let me email !
I have moved my Database from a 32 bit operating systerm to a 64 bit computer. I am Running Microsoft Access Runtime 2013 and it operates my database just fine, Except when my database goes to send a...
ProcessIT
May 18, 2025Copper Contributor
Things to check:
- Is Outlook Installed?
- Is Outlook the same bitness as Access? i.e both 32bit or both 64bit.
- Is it finding the outlook object ? After the line Set myout = CreateObject("Outlook.Application") -Try adding this
Debug.print myout Is Nothing
If so try adding a reference to Outlook and debugging (early binding).