sorting

G

Guest

Hello.

I have a report that sorts in the usual way.
First Arnold, then Baldwin, then Calvin and so on.

Is there a way to make it sort differently?
The first letter for indiction would be enough.
Say like E***, then A***, then Z***.

Any ideas?

/Claes
 
D

Duane Hookom

You could set the sorting and grouping level to an expression like:
=Val(100 - Instr("ZAE",Left(LastName,1)))
 
P

PC Datasheet

Add an integer field named "SortOrder" to your names table. Enter numbers in
this field in the order you want to sort. Sort on the SortOrder field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top