This problem was originally reported with Microsoft Access 2003 and remains a problem in Access 2003. This is not a problem with Access 2007 and later.
In Microsoft Access tables, the data type Number has many Field Size options. Among the available Field Sizes is Decimal:
Decimal fields have decimal precision of 28, and store numbers from –10^28–1 through 10^28–1 (or –10^38–1 through 10^38–1 in ADPs).
Unfortunately, Decimal fields have several known issues that limit their usefulness and they should be avoided whenever possible. The main issue is with sorting decimal fields in descending order. Zeros and negative values are the sorted incorrectly, as demonstrated in the screenshot below:
In the above example, negative values appear before positive values, and 0 appears at the end of the list. This issue is documented in Microsoft's KB article 837148.
In addition to the sorting problem, there are several other problems with Decimal types, including:
The best solution is to avoid using Decimal field size altogether. Instead, use the Double field size for numeric fields that require decimal values.
Strategic Overview
Microsoft Access within an Organization's Database Strategy
How many simultaneous Microsoft Access users?
Blaming Microsoft Access instead of the Developer
Microsoft Access Version Feature Differences
Microsoft Access Versions, Service Packs and Updates
Microsoft Office 365 Access Update Version Releases
Top 14 Features Added with MS Access 2007
Taking Over Legacy MS Access Databases
Winner of Every Best Access Add-in Award
Set AutoNumber Starting Number Other than 1
Avoid Unnecessary or Duplicate Indexes
Copy Command Button and Keep Picture
Module VBA to Forms and Controls
Subform Reference to Control Rather than Field
Suppress Page Headers and Footers on the First Page of Your Report
Annual Monthly Crosstab Columns
Add Buttons to the Quick Access Toolbar
Collapse the Office Ribbon for more space
Avoid Exits in the Body of a Procedure
Send Emails with DoCmd.SendObject
Error Handling and Debugging Techniques
Error Number and Description Reference
Remote Desktop Connection Setup
Terminal Services and RemoteApp Deployment
Missing Package & Deployment Wizard
Remove 'Save to SharePoint Site' Prompt from an Access Database
Class Not Registered Run-time Error -2147221164
Microsoft Access to SQL Server Upsizing Center
When and How to Upsize Access to SQL Server
SQL Server Express Versions and Downloads
Deploying MS Access Linked to SQL Azure
SQL Server Azure Usage and DTU Limits