BUG: You may notice an incorrect sorted order when you sort the negative decimal values in descending order in Access (837148)
The information in this article applies to:
- Microsoft Office Access 2003
- Microsoft Access 2002
- Microsoft Access 2000
This article applies only to a Microsoft Access database (.mdb).
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMSWhen you sort the records in a Number field in descending order, and the Field Size property of the Number field is set to Decimal, you may notice that the negative values in the field are not sorted in the correct order. This problem occurs in a Microsoft Access table.
For example, you can sort a Number field in descending order that contains the following data:
20, -10, 5, -5, 10, -20
After you sort the Number field in descending order, you may notice that the sorted data appears in the following order:
-5,
-10,
-20,
20,
10,
5WORKAROUNDTo work around this problem, create an index on the Number field before you sort the records in the Number field. To do this, follow these steps: - Start Access.
- Open your Access database.
- In the Database window, click Tables under the Objects section.
- In the right pane, right-click the table that contains the problem field, and then click Design View.
- Select the problem field.
- In the Field Properties section, set the value of the Indexed property to Yes (Duplicate OK).
- On the File menu, click Save.
- On the View menu, click Datasheet View.
- Select the problem field.
- On the Records menu, point to Sort, and then click Sort Descending.
Notice that the sorted data appears in the correct order.
STATUS Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For more information about indexes in Access 2003, click Microsoft Office Access Help on the Help menu, type About indexing fields and records in an Access database (.mdb) in the Search for box in the Assistance pane, and then click Start searching to view the topic.
For more information about indexes in Access 2002 and Access 2000, click Microsoft Access Help on the
Help menu, type About indexing fields and records in an Access database in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
For more information about sorting in Access 2003, click Microsoft Office Access Help on the Help menu, type About sorting records in the Search for box in the Assistance pane, and then click Start searching to view the topic.
For more information about sorting in Access 2002 and Access 2000, click Microsoft Access Help on the
Help menu, type About sorting records in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Minor | Last Reviewed: | 7/28/2006 |
---|
Keywords: | kbProgramming kbJET kbfield kbProperties kbtable kbbug KB837148 kbAudDeveloper |
---|
|