Sep 09 2021 02:37 PM
I am an Office 365 user. I am working with an ACCESS database with tables linked to SharePoint lists. In the SharePoint lists I have used the recently added option of turning off the Use Thousands Separator setting under More Options. The numbers appear correctly without the thousands seperator in SharePoint but the numbers in the corresponding fields in the linked tables in ACCESS still show the comma thousands separator.
I have tried refreshing links, changing linked tables in ACCESS to local, renaming them, and re-adding the SharePoint list as a new external source and it is not working. ACCESS won't let you change a number format in the linked table. Any suggestions?
Sep 10 2021 11:21 PM - edited Sep 10 2021 11:23 PM
SolutionI am assuming that you will need to use either a query, or form for manipulating the data, or report for reporting purposes, instead of working directly within the tables. In any of three cases; you can use the Format property of the field in a query (1), or the Format property of the textbox in a form or report (2), by setting it to "General" or "Fixed", then set the Decimals property to the digits desired. Just to remind, Format never modifies the actual number data, it just changes the way how the data displayed to the user on the screen or on the report.
If none of these are helpful, can you please share more details about what do you want to do with the data in MS Access.
Sep 11 2021 09:00 AM
Sep 11 2021 09:28 AM