Flexgrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a flexgrid on it. I plan to place a number of buttons on
the form above the columns of the flexgrid. When each button is clicked I
would like the column below the button to list in ascending order. Any help
on how to code this would be appreciated. Thanks
 
What do you mean by "flexgrid"? I think you are talking about an access
datasheet.
Access already has buttons for sorting. Click in the column of the datasheet
and then click on the button for ascending or descending sorting, and the
datasheet will sort itself. Normally you can do the same by right-clicking
in the column and select sorting on the dropdown menu.

Regards

Tore
 
Back
Top