Hello,
I had a DECIMAL(6,2) column created in SQL Server. When migrating data, I realized that this is too small, as I need to store values above 9999.99. Therefore, I altered the column to be DECIMAL(10,2):
https://i.imgur.com/aYAp3jy.png
The problem is that Access still consideres the linked views to be DECIMAL(6,2) and gives me the "precision errror".
https://i.imgur.com/NpvXfX0.png
I relinked the view, of course. Tried deleting it completely and linking again, as well as right click & update link.
Any ideas what I should do? Thank you very much.
Tomas