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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Ascending Order sort

Status
Not open for further replies.

Lucieann

Technical User
Aug 29, 2003
35
US
I am trying to sort records by their category number (i.e. 225-1, 225-2, 225-3,...). However, 225-10 prints before 225-2. How can I keep this from happening?

Thanks!
 
Hi

it's your database table that cause that.
ask your dba to fix it

cheers



pgtek
 
The records are not in the database that way. I have a formula that adds the -1, -2, ... to the main category number. In the database, they are actually two separate fields.
 
I figured it out. I had my sort criteria set to sort by the formula instead of the two separate fields.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top