O
okschlaps
I have an Access database linked to tables and views on SQL Server. I have a
table with a column of datatype decimal(12,9). The problem is I do not get
that precision in the linked table. The values are stored in SQL Server
correctly, but I can only see them rounded to 2 decimal points in Access,
both in the table and in forms based on the table. This affects a calculation
I need performed. I have checked my formatting in Access. And can key the
number in Access, but it reverts to the 2-decimal point format and my
calculations are wrong. To complicate matters further, I have a view based on
the table which displays the data correctly, but I can't use this view for
the initial entry.
Thanks for your help.
table with a column of datatype decimal(12,9). The problem is I do not get
that precision in the linked table. The values are stored in SQL Server
correctly, but I can only see them rounded to 2 decimal points in Access,
both in the table and in forms based on the table. This affects a calculation
I need performed. I have checked my formatting in Access. And can key the
number in Access, but it reverts to the 2-decimal point format and my
calculations are wrong. To complicate matters further, I have a view based on
the table which displays the data correctly, but I can't use this view for
the initial entry.
Thanks for your help.