sql - Duplicate Output error when exporting Access query to SharePoint list -
I have several tables in SQL, which are connected to SQL Server. From them I have created a simple query that I am trying to export the following to SharePoint.
When I run the export, I get the following error:
I assume that the export is conflicting with the applicable title column in the SharePoint list was originally a column titled, so I first tried to rename him with a surname. It was not working, so now I have removed that column completely but I am still getting this error.
Google has not helped, I have managed to find someone with the same problem, but he removed the title column and he worked for them.
What is the reason for this, and what can be done to fix it, or work around it? / P>
So I solved it:
Adds the tables used in the access query, in which the column Columns not used in
Because one of the tables had a column called Table, which made it a conflict.
Comments
Post a Comment