View Single Post
  #6   Report Post  
jay
 
Posts: n/a
Default

Then do a little VBA form that will let the user update the date and
put it in a custom docproperty.
Put the other stuff in another docproperty.
Put fields in the footers to display those docproperties.
You can certainly have a footer without a pagenumber in it!
fairly easy- see the Word MVPs site for all the code samples and links
you'll need for the VBA, etc.