OK, you are correct. I was expecting something else.
Better example below:
Here is an example: I have a number field in a query. This field is not
formatted with 000,000 etc. For ease of reading, I would like to format
this field so 55555 becomes 55,555. The following causes these numbers to
sort A-Z rather than largest to smallest
Bldg: Format([NumberField],"#,##0")
500
501
55,000
56,000
600
601
6,000
Same with Currency formatting. My sale field is a number (no $ or ,) that
sorts largest to smallest which is what I want, however, the $ formatting
makes the sort A-Z causing the strange sort order.
SalePrice: FormatCurrency([Sale],0)
What conversion function or formatting should I use to retail correct
large to small sort.
Best regards
dataH
Microsoft Office/Access MVP
Jeff Boyce said:
If you are proposing to use the Date/Time data type in Access, you need a
real date. "1970" is not a real date, but an entire year.
What's wrong with 1970 -- what's wrong with the A-Z sort? What are you
getting that you don't expect/want?
More info, please.
Regards
Jeff Boyce
Microsoft Office/Access MVP