E
ericb
When i create a new contact from access in outlook sometime the outlook
window shows up and other times it is an icon on the desktop that shows up.
I then have to click the outlook icon and then the window opens.
What do i have to set so the window automatically appears and not the icon ?
This is how i 'm making my new contact :
Set item = OutlookApp.CreateItem(olContactItem)
item.FirstName = varPrenom & ""
item.LastName = varNom & ""
item.HomeAddressStreet = varAdresse & ""
item.HomeAddressCity = varVille & ""
item.HomeAddressState = varProv & ""
item.HomeAddressPostalCode = varCodePostal & ""
item.Email1Address = varEmail & ""
item.Display (True)
Thank you for the tip.
window shows up and other times it is an icon on the desktop that shows up.
I then have to click the outlook icon and then the window opens.
What do i have to set so the window automatically appears and not the icon ?
This is how i 'm making my new contact :
Set item = OutlookApp.CreateItem(olContactItem)
item.FirstName = varPrenom & ""
item.LastName = varNom & ""
item.HomeAddressStreet = varAdresse & ""
item.HomeAddressCity = varVille & ""
item.HomeAddressState = varProv & ""
item.HomeAddressPostalCode = varCodePostal & ""
item.Email1Address = varEmail & ""
item.Display (True)
Thank you for the tip.