V
|
Vladimir 4/2/2007 |
Hi,
|
G
|
grinningdog author 4/2/2007 |
Thanks Vladimir. I'll probably use the first method for more formal sorting but is there a less formal way of doing it with the url? Like _list.asp?orderby=aLastName&aFirstName or similar? |
![]() |
Sergey Kornilov admin 4/3/2007 |
select [lastname]+ [firstname] as [lastfirstname], ...
_list.asp?orderby=aLastFirstName
|
G
|
grinningdog author 4/4/2007 |
Sergey |