> I have a text field that contains the following values and sort in this order
>
[quoted text clipped - 23 lines]
> 138-21
> 138-22
In the report's Sorting and Grouping dialog:
View + Sorting and Grouping
as the first Field/Expression line write:
=Val(Left([FieldName],InStr([FieldName],"-")-1))
Ascending
On the next Field/Expression line, write
=Val(Mid([FieldName],InStr([FieldName],"-")+1))
Ascending

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail