diamondDog
New member
- Local time
- Today, 16:15
- Joined
- Sep 18, 2024
- Messages
- 26
I am rather novice, so please forgive any obliviousness. I am aware that you can directly link a SharePoint list to Access so user input in an Access form directly updates/adds data to the connected SharePoint list, but there is a lot more that needs to be worked through in my Acccess Databse before the data finds a home on SharePoint (and I don't want to maintain two disparate sets of data before actions are resolved in Access).
1) Is it safe to assume that the "set 1 field(s) to Null due to a type conversion failure" query error is simply due to something along the lines of my Access query trying to append a field that is set to text format whereas the SP list has the destination field set as a Number type?
2) I noticed that the format type settings of columns across Access and SharePoint aren't identically labeled. Are there any tips to help ensure compatibility when appending records from Access to SharePoint list table?
3) One of the whole points of a query is to update data, so is it possible to change the data format directly inside the query instead of changing SharePoint list column types or changing source Access field Data types? I am looking at the Design View of my Access append query and I am not sure where I would input format changes to ensure destination SharePoint compatibility but it seems like something that would be possible.
Any other good-to-know tips when trying to troubleshoot this query error would be greatly appreciated. Thanks!
1) Is it safe to assume that the "set 1 field(s) to Null due to a type conversion failure" query error is simply due to something along the lines of my Access query trying to append a field that is set to text format whereas the SP list has the destination field set as a Number type?
2) I noticed that the format type settings of columns across Access and SharePoint aren't identically labeled. Are there any tips to help ensure compatibility when appending records from Access to SharePoint list table?
3) One of the whole points of a query is to update data, so is it possible to change the data format directly inside the query instead of changing SharePoint list column types or changing source Access field Data types? I am looking at the Design View of my Access append query and I am not sure where I would input format changes to ensure destination SharePoint compatibility but it seems like something that would be possible.
Any other good-to-know tips when trying to troubleshoot this query error would be greatly appreciated. Thanks!