View Single Post
  #2   Report Post  
Greg Maxey
 
Posts: n/a
Default

Jonesy,

Several ways. You can use a sections and have a section before the unique
footer, a section for the unique footer, and a section after the unique
footer. Use insertbreaknext page to insert section breaks. If the unique
footer is the first page, use can use FilePage SetupLayoutDifferent first
page. Or you could use an IF field. Say your unique footer text needed to
go on page 5. { If {Page} = "5""Your unique footer text""Normal footer
text"}

see: http://gregmaxey.mvps.org/Conditiona...rs_Footers.htm
--
Greg Maxey/Word MVP
A Peer in Peer to Peer Support

jonesy wrote:
I have a multi page document and need to set a different footer on
one page only.
any advice please?