Hi!
Here I am back with a simple issue that I can't track down.
I am updating a field in a view that is the difference in two other fields in a different table. All fields are N 10 with 2 decimals. This is done to display in a grid. The amount is shown without decimals even tho the grid shows 0.00 before the update.
I have checked or tried:
(1)Table structure
(2)format property of the field in the grid
(3)inputmask
(4) round as ROUND((Amt1 - Amt2),2)
Can anyone think of something else that would cause my number to drop the decimals?
Thanks for any suggestions.
Also, the value as it appears in the table when browsed does not have the decimals. So it is not only displayed wrong, it is wrong.
Thanks
Judi
Here I am back with a simple issue that I can't track down.
I am updating a field in a view that is the difference in two other fields in a different table. All fields are N 10 with 2 decimals. This is done to display in a grid. The amount is shown without decimals even tho the grid shows 0.00 before the update.
I have checked or tried:
(1)Table structure
(2)format property of the field in the grid
(3)inputmask
(4) round as ROUND((Amt1 - Amt2),2)
Can anyone think of something else that would cause my number to drop the decimals?
Thanks for any suggestions.
Also, the value as it appears in the table when browsed does not have the decimals. So it is not only displayed wrong, it is wrong.
Thanks
Judi