Clarification: If you want to edit an existing field, the easiest way is to
press Alt+F9 to display the field code, and then modify it by specifying the
appropriate format switch. The \s switch is used to specify the separator;
and general numeric switches for the number (or rather letter) format.
General switches (from Word Help):
*****
\*alphabetic
Displays results as alphabetic characters. The result has the same case as
the word "alphabetic" in the field code. For example, { SEQ appendix \*
ALPHABETIC } displays "B" (instead of "2"), and { SEQ appendix \*
alphabetic } displays "b".
\*roman
Displays results as Roman numerals. The result has the same case as the word
"roman" in the field code. For example, { SEQ CHAPTER \* roman } displays
"xi", and { SEQ CHAPTER \* ROMAN } displays "XI".
*****
For example: "A" format followed by ";":
{ AUTONUM \* ALPHABETIC \s ";" }
Note that one way to create a default format is to save the field as an
AutoText entry, which can easily be inserted when needed.
--
Stefan Blom
Microsoft Word MVP
in message