Index

C

Colonial Dame

In creating an index (e.g., for a book), it indexes by first name. I want it
to index by last name, e.g., Harris, Thomas. How do I get Microsoft to do
that?
 
G

garfield-n-odie [MVP]

If your current XE fields look something like:

{ XE "Thomas Harris" }

then change them to something like:

{ XE "Harris, Thomas" }

and then update the index.
 
Top