Hi Karen,
If it's always the same page number, you could use something a page
numbering field like:
{IF{PAGE}= 10 "" {PAGE}}
This suppresses the numbering of page 10.
Alternatively, you could try using section breaks before & after the page
you want to keep unnumbered and set that section up without page numbering
(reinstating it for the next section), or by using page numbering field
like:
{IF{SECTION}= 2 "" {PAGE}}
This suppresses the numbering of pages in Section 2.
Cheers
PS: The braces are not tpyed in, they are entered as pairs via Ctrl-F9.