Forum Discussion
mahu01
Jul 14, 2021Copper Contributor
Problems with transfer of Emails from MS Access to Sharepoint Lists
I have a real issue, I just cannot solve. I try to export a Microsoft Access Database to SharePoint. However, exporting is not possible because of Email addresses included in a table (the dataty...
mahu01
Aug 01, 2021Copper Contributor
Unfortunately, I did not receive any replies. But I managed to find the problem (so I report it here, in case anybody else has the same problem):
You need to upload emails using "Mailto:" in front of any emails.
Therefore the content of the attribute email should be:
"Mailto: abc@hotmail.com"
and not
"abc@hotmail.com"
Once I changed all my email accordingly, upload went smooth.
Best
mahu01
You need to upload emails using "Mailto:" in front of any emails.
Therefore the content of the attribute email should be:
"Mailto: abc@hotmail.com"
and not
"abc@hotmail.com"
Once I changed all my email accordingly, upload went smooth.
Best
mahu01