A->Z Button

D

Darren

Is there a way to trap the clicking of this button?
I need to perform special sorting on some fields, the default sorting does
not work properly in my situation.

Thanks
 
M

Mike Painter

Darren said:
Is there a way to trap the clicking of this button?
I need to perform special sorting on some fields, the default sorting
does not work properly in my situation.

Thanks

Possibly but it would still sort A-Z.
Put a button on your form and run a SQL statement from it that sorts the way
you want.
 
Top