From: lumtecua on
Hi
I'd like to create 2 indexes to one document in Word 97, I've already made
one but the second one mixes with the previous and I want them separate, what
can I do?
From: Stefan Blom on
To create two different indexes, you will have to use of the \f switch for
the XE field codes. Display hidden text to see the XE fields. You will see
something like this:

{ XE "text here" }

At the end of the code, add \f "a" for all entries that should appear in
your first index. For entries that should appear in your second index, add
\f "b". When you are done, you can hide hidden text again.

Then change the first INDEX field code to include \f "a" and the second
index field code to include \f "b". When you are done, update the index
fields.

To show/hide index field codes (as well as most other field codes), use
Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"lumtecua" <lumtecua(a)discussions.microsoft.com> wrote in message
news:21478617-6F39-4C98-9EF8-2B412DBADFBE(a)microsoft.com...
> Hi
> I'd like to create 2 indexes to one document in Word 97, I've already made
> one but the second one mixes with the previous and I want them separate,
> what
> can I do?