Sort table by clicking on field heading?

  • Thread starter Thread starter Mike Collard
  • Start date Start date
M

Mike Collard

I have a form with the default view set to Datasheet.

How can I sort the data displayed by clicking on the field
heading?

Thanks

Mike Collard
 
Are you aware that you can right-click the heading over the datasheet
column, and choose Sort Ascending?

If that is not satisfactory, you might switch to Continuous Form view so you
can use the Click event of the label in the Form Header, so set the OrderBy
property of the subform (remembering to turn OrderByOn on as well).
 
Back
Top