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
Jan 10 2023 10:13 AM
The solution suggested didnt work for me. I have the same issue and 12 years have passed. Is there any solution for this issue?
Jan 11 2023 04:49 AM - edited Jan 11 2023 04:51 AM
With a LOT more context about your exact situation, we might be able to venture a guess as to what the problem is and offer suggestions about what to do. I assume you tried formatting the numbers in a query? And to be honest, the comment about 12 years passing leaves me a bit puzzled. Twelve years since what?
Also, do keep in mind that the VALUE stored in a field is always the same VALUE, regardless of how it is FORMATTED FOR DISPLAY to a user. If you are concerned about appearance, it is worthwhile to apply formatting. However, for calculations and other purposes, formatting is irrelevant.
Jan 12 2023 10:35 AM
Jan 12 2023 10:57 AM
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.