SORTING

R

Ransom

Hi everyone,
I neglected to seperate first and last name in my table and now I need to
alphabetize by the last name. Is this possible when the first and last name
are in the same field(table)

thanks
RW
 
D

Dave Peterson

You'd have to separate the first name and last names into different columns and
then sort by them.

Depending on what those names look like, maybe a simple data|text to columns
would work????
 
Top