Question about repeating text

K

Kimc

I need to insert a company logo in the header of every page of a document. Also I need to insert a url in the footer of every page in a document. Here's the problem, I also need to insert text into the footer of the first page only of the document. How can I get this part to work since I can't use the different first page header/footer since I need the logo and url on every page? Thanks in advance.
 
G

Greg Maxey

Kimc,

Well .... you could put the Logo in the First Page Header and the other
headers
you could put the URL in the First Page Footer and the other
footers
you could put the "text" in the First Page Footer only and
uncheck "same as previous" in the other footers.
 
K

kimc

Thanks. I did that and I should have figured it out from the start! My real problem is that the text that will only appear in the footer of page 1 will be different for each user. It will contain division name and address information. I'm trying to think of the easiest way of doing this. I guess fields will do the trick - or do you have a better suggestion?

----- Greg Maxey wrote: -----

Kimc,

Well .... you could put the Logo in the First Page Header and the other
headers
you could put the URL in the First Page Footer and the other
footers
you could put the "text" in the First Page Footer only and
uncheck "same as previous" in the other footers.
 
J

Jezebel

Fields are the way to do it: DocProperty and DocVariable fields are designed
for this purpose. If you really want to get fancy you can use nested fields,
such as inserting the URL as a hyperlink field, with the target address as a
DocProperty field within the Hyperlink field.


kimc said:
Thanks. I did that and I should have figured it out from the start! My
real problem is that the text that will only appear in the footer of page 1
will be different for each user. It will contain division name and address
information. I'm trying to think of the easiest way of doing this. I guess
fields will do the trick - or do you have a better suggestion?
 
K

kimc

Is there a way around accessing the text in the footer when the document is protected? I'm putting fields in the footer, but then I can't access the footer when the document is protected.
 
K

kimc

I have fillin fields in the footer of a protected document. The problem is the prompts to fill in the text are coming up twice when I access the template via File, New. Then they keep coming up when I try to print preview also. How can I stop this?
 
J

Jezebel

A footer is not a good place for a fill-in field. What are you hoping will
happen?


kimc said:
I have fillin fields in the footer of a protected document. The problem
is the prompts to fill in the text are coming up twice when I access the
template via File, New. Then they keep coming up when I try to print
preview also. How can I stop this?
 
K

kimc

This is a custom memo template for a client. They want the footer to be different for each office that uses it and this template will be on the company website, so it needs to be generic. They are trying to lock down the form so changes aren't made so that's why I can't just put plain text in the footer for people to make changes to it.

Any ideas?
 
J

Jezebel

If you don't want people to change it, what use is a FillIn field? Better
would be to use a DocProperty or DocVariable field, with the branch-specific
information stored in one or more DocumentProperties or DocumentVariables.

However, there is no way to lock down the footer to stop people changing it.
It's just as effective, in practice, simply to ask people leave the footer
alone. Most users will do as asked, and those that won't will make a point
of defeating your 'lock down'.

There is no locking down or protection you can apply that any experienced
user can't quickly get around. All you do is annoy the inexperienced users.
And worse, *you* get held responsible for everything that goes wrong with
people's Word usage: you'll find yourself fielding calls from users telling
you that ever since you installed your screwy template, their copy of Word
has stopped working properly, they keep losing documents, etc, etc.


kimc said:
This is a custom memo template for a client. They want the footer to be
different for each office that uses it and this template will be on the
company website, so it needs to be generic. They are trying to lock down
the form so changes aren't made so that's why I can't just put plain text in
the footer for people to make changes to it.
 
Top