Sort form Data

L

LJG

Hi Guys,

Can anyone tell me if it is possible to sort form data by simply clicking on
the column head.

The data is displayed in a continues form data

Thanks in advance
Les
 
R

Rick B

Yes, but that is not a built-in feature. You would have to write code in
the 'click' event for your heading labels.

Rick B
 
L

LJG

Thanks for that Rick,

Any idea of the code ?


Rick B said:
Yes, but that is not a built-in feature. You would have to write code in
the 'click' event for your heading labels.

Rick B
 
Top