Modify Fields - Sequence

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I want to use the field name of seq which is designed to automatically
sequence the next number field based on the last one eg 1 then 2,3,4 etc.

My problem is I need the first one to be 6 and the rest 7, 8, 9 etc and I
can't work out how to modify the field.

Any help would be most appreciated.

Ann
 
Use the \r switch to restart SEQ field numbering. For example:

{ SEQ test \r 6 }
{ SEQ test }

would produce numbers 6 and 7.

To insert a SEQ field manually, you can press Ctrl+F9. Type the code as
shown within the field delimiters, {}, inserted by Word. Press F9 to update
(or switch to Print Preview and back).

To edit an existing field, press Alt+F9 (which show/hides field codes and
field results).
 
Back
Top