Hi all,
I have a form which is based on a table.
The table (table1) has fields like Surname, Firstname, etc.
I want to have the form sort by Surname, and then Firstname.
I put the Orderby files as "table1.surname , table1.firstnam e", and all
is fine. The along comes somebody and clicks a field, and clicks the
A-Z button to sort it by that field, and from then on it is sorted by
that field. I don't want to disable this button as it is useful to
beable to do it to this field, I don't have a way which is just as
easy to sort it by Surname,Firstna me again. If they click on the
Surname field and click A-Z, surname is sorted, but the firstnames if
the surname is the same aren't necessary sorted, and you can't seem to
click to fileds and tell it to sort...
So, can I (somehow) make a button on the form so if they click on
that, it will sort by Surname, Firstname again? and if so... how
(please).
Thanks for reading.
Max.
I have a form which is based on a table.
The table (table1) has fields like Surname, Firstname, etc.
I want to have the form sort by Surname, and then Firstname.
I put the Orderby files as "table1.surname , table1.firstnam e", and all
is fine. The along comes somebody and clicks a field, and clicks the
A-Z button to sort it by that field, and from then on it is sorted by
that field. I don't want to disable this button as it is useful to
beable to do it to this field, I don't have a way which is just as
easy to sort it by Surname,Firstna me again. If they click on the
Surname field and click A-Z, surname is sorted, but the firstnames if
the surname is the same aren't necessary sorted, and you can't seem to
click to fileds and tell it to sort...
So, can I (somehow) make a button on the form so if they click on
that, it will sort by Surname, Firstname again? and if so... how
(please).
Thanks for reading.
Max.
Comment