L
Louie Warren
Have a database, with a table containing a Name field.
The field contains the last and first names of people;
both separated by a space. I want to find that space and
sort on the last name only. How can I do this? It
doesn't like substr. Left relys on knowing the end
position of the part you're looking for... as do MID and
right. What are my options... besides tearing it down and
redoing it with two separate fields? Thanx!
The field contains the last and first names of people;
both separated by a space. I want to find that space and
sort on the last name only. How can I do this? It
doesn't like substr. Left relys on knowing the end
position of the part you're looking for... as do MID and
right. What are my options... besides tearing it down and
redoing it with two separate fields? Thanx!