turniporange23
New member
- Local time
- Tomorrow, 02:52
- Joined
- Sep 1, 2024
- Messages
- 7
I am running Windows pro 11 and Microsoft access 2024 on a 64 bit operating systerm. When I uprgraded from Access 2013 to access 2024 , when My database activates to email its brings up Outlook 2016 wizard. I have Outlook new open but access dosent seem to want to use it.
Do you think it might have something to do with this psrt of the email code:
Dim myOut As Object, myItem As Object
Set myOut = CreateObject("Outlook.Application")
Set myItem = myOut.CreateItem(0)
I looked in my References and do have
Microsoft Access 16.0 Object Libary
Microsoft office 16.0 Access database engine Object
both ticked I could not find a Office 24 in the list
Thanks for any help..................Bob
Do you think it might have something to do with this psrt of the email code:
Dim myOut As Object, myItem As Object
Set myOut = CreateObject("Outlook.Application")
Set myItem = myOut.CreateItem(0)
I looked in my References and do have
Microsoft Access 16.0 Object Libary
Microsoft office 16.0 Access database engine Object
both ticked I could not find a Office 24 in the list
Thanks for any help..................Bob
Last edited: