I'm getting a strange occurance when importing orders from a SQL server table. For a little background, I'm using SQL Server 15 and MS Access 365. I am bringing orders into SQL from our website with an API. From there I'm running a series of stored procedures to import them into our Access front end. This has been working fine for months. Now all of a sudden, one of the fields is acting strange. In SQL the field type is decimal (18,2) and in access it is fixed with 2 decimal places, The field is "Custom Price". When the import is run, you can see that the price either shows 0.00 or some other value such as 79.20.
However, when the user starts tabbing through the fields in Access (this is needed to perform some back ground calculations), when they get to the "CustomPrice" field, it inserts a blank. Not the "0" or the 79.20.
Any ideas on what could be causing this?
However, when the user starts tabbing through the fields in Access (this is needed to perform some back ground calculations), when they get to the "CustomPrice" field, it inserts a blank. Not the "0" or the 79.20.
Any ideas on what could be causing this?