Victoria M. answered 8d
Tutor
4.9
(173)
Over 20 years of corporate/academic experience with Microsoft Word
You're on the right track — Word’s caption numbering can get thrown off when tables are deleted, moved, or reinserted without properly updating the underlying field codes. Here are some steps to help debug and fix skipped table numbers:
🛠 Step-by-Step Debugging for Skipped Table Captions
-
Reveal Field Codes: Press
Alt + F9to toggle field codes. Look for something like: - Code: { SEQ Table \* ARABIC \s 3 } This tells Word to number the table as part of sequence “Table” in section 3.
-
Check for Missing SEQ Fields: If a table caption is missing the
SEQfield, Word won’t count it. You can reinsert it by: - Placing your cursor where the caption should go.
-
Pressing
Ctrl + F9to insert field brackets{ }. -
Typing:
{ SEQ Table \* ARABIC \s 3 } - Right-click and choose Update Field.
-
Update All Fields: Press
Ctrl + Ato select the entire document, then pressF9to update all fields at once. This often resolves numbering gaps. -
Check Section Numbering: If you're using multi-level numbering (e.g., 3.1, 3.2), make sure section headers are correctly formatted with numbered styles (like Heading 3). The
\sswitch relies on section numbers. - Inspect Hidden or Deleted Captions: Sometimes a deleted table leaves behind a hidden caption or field. Use Draft View and Show All Formatting Marks to spot any lingering fields.
- Reinsert the Caption: If all else fails, delete the problematic caption and reinsert it using References > Insert Caption. Make sure it’s linked to the correct label (“Table”) and numbering scheme.