N
Noozer
My table has a column called "USER" that is the full name of that user. I
need to be able to sort the rows by the last name found in this column.
Is there a way to specify ORDER BY (Mid(User,InstrRev(User," ")+1)) ???
In English:
ORDER BY part of the USERs name starting after the last space found in the
name up to the end of the name.
need to be able to sort the rows by the last name found in this column.
Is there a way to specify ORDER BY (Mid(User,InstrRev(User," ")+1)) ???
In English:
ORDER BY part of the USERs name starting after the last space found in the
name up to the end of the name.