M
Marc
In a Subform there are the following four field-columns:
system number, name, village and status. The Subform has a
query as source called Qry_Customer
I would like the user to have the opportunity to sort the
data according to any one of the field-columns with just
one click. What I did is to add four buttons in the form
header as labels for the columns. What would be the code I
need to enter behind each button (On click event) for
automatically sorting the data in the SubForm once the
user clicks on it.
Thank you for your help,
Marc
system number, name, village and status. The Subform has a
query as source called Qry_Customer
I would like the user to have the opportunity to sort the
data according to any one of the field-columns with just
one click. What I did is to add four buttons in the form
header as labels for the columns. What would be the code I
need to enter behind each button (On click event) for
automatically sorting the data in the SubForm once the
user clicks on it.
Thank you for your help,
Marc