Double click event

K

kadebaff

I have a table with records. i want to be able to sort the records when i
double click on a feild in the table.
 
D

Duane Hookom

tables don't have "double click" events. You can create a form as set the
double click event of the text box to set the sorting to a particular field.
 
Top