Hi.
Now that I re-read your question, I think that you may not be asking why the
negative symbol appears before your numbers. You may be asking why the
records containing the negative symbol are sorted before the records
containing numbers.
If so, then it's because the ASCII value for the negative symbol, which is
45, is less than the ASCII value for any digit, 0 through 9, which are ASCII
48 through 57. Therefore, on a sort, 45 will be followed by 48, 49, 50, et
cetera. The records containing the negative symbols will be displayed before
the records containing digits as the first character, such as 0, 1, 2, et
cetera, in this text field.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
- - -
When you see correct answers to your question posted in Microsoft's Online
Community, please sign in to the Community and mark these posts as "Answers,"
so that all may benefit by filtering on "Answered questions" and quickly
finding the right answers to similar questions. (Only "Answers" have green
check-marks.) Remember that the best answers are often given to those who
have a history of rewarding the contributors who have taken the time to
answer questions correctly.