Forum Discussion
Jill_Marlow
Jan 18, 2022Copper Contributor
Create Outlook meeting from Access VBA
I am the treasurer at a United Methodist Church (UMC). I would like to create an Outlook meeting based on input from an Access database form. The catch is that I would like the organizer of the mee...
JurgenGeelen
Jan 18, 2022Brass Contributor
I think you must replace this with your umc events mail address:
If oAccount.DisplayName = "Email address removed" Then
like:
If oAccount.DisplayName = "Email address removed" Then
If this isn't working then replace this too like:
If oAccount.SmtpAddress= "Email address removed" Then