Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sorting a numeric field

Status
Not open for further replies.

rll111

Technical User
Aug 8, 2006
1
US
I've created a database of items with over 1,000 entries, and have now been asked to sort the items by value, giving a report on items with a value over $2,000. I have a numeric field for each item. However, the descending sort gives me all entries starting with a 9, whether 90 or 9,000, then all entries starting with 8, etc. Can anyone help?
 
Apparently your value field is defined as "text" and not as "numeric". You can leave it that way and define a calculated type field with a formula like this:

yourvaluefieldname * 1

Now sort your report on the calculated field.

Sue Sloan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top