I have an MS Access 2013 mdb linked to a SQL Server 2012 DB. There are tables with NUMERIC(18, 2) fields in SQL Server. I link to those and the linked tables show the correct precision and scale in the design view but not when you view the data. It drops the zeros off of the decimal places. So 115.10 shows up as 115.1 and 115.00 shows up as 115. They are supposed to be money fields but the end user does not want the dollar sign. Linked views of the same data is doing the same thing. Access is not consistently showing two decimal places.
Also, one of those money columns is showing up in Access with the dollar signs even though it is setup the same as all the other NUMERIC(18, 2) fields. It always has two decimal places so it is being interpreted as currency.
I am linked with the DSN of SQL Server 11.
Thanks in advance for your help.
Also, one of those money columns is showing up in Access with the dollar signs even though it is setup the same as all the other NUMERIC(18, 2) fields. It always has two decimal places so it is being interpreted as currency.
I am linked with the DSN of SQL Server 11.
Thanks in advance for your help.