View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default capture data from a form and have it in the header of all the pages

See http://gregmaxey.mvps.org/Repeating_Data.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



divya wrote:
I have a document with a form in it with three fields,suppose
NAME,AGE,DESIGNATION.
Now when user fills these 3 cellls and writes about himself below the
form,now if he needs to go to the second page the second page should
open with
an header which consists of
1.Page number
2.Name
3.Designation
filled by him in the first page
In short I want to capture the data from the form and use that in my
header part of all the subsequent pages getting added.Can anybody
suggest a way to do this?