What I need to know is how do get the 'file and path' put only on the last page and not on every page of word document
I do not understand what your last reply meant?
It means that "IF" the page number { Page } is the same as the total number
of pages in your document { NumPages } "THEN" insert "Your footer text"
"ELSE" insert nothing.
This is a conditional field.
Open the header/footer view and in the place you want the footer text to
appear on that last page press CTRL+F9
This will produce two curly brackets {}
Between the curly brackets type the field information (using CTRL+F9 for
each pair of curly brackets) to give you the following:
{IF{Page} = {Numpages} "{Filename /p}"}
Press F9 to update the field and ALT+F9 to display the result.
Whatever you entered where indicated between the speech marks - here the
filename and path - will be displayed in the footer on the last page. Note
that there is no filename and path to display until you save the document -
until then you will get Document1 etc.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
> What I need to know is how do get the 'file and path' put only on the
> last page and not on every page of word document.
[quoted text clipped - 5 lines]
> of pages in your document { NumPages } "THEN" insert "Your footer
> text" "ELSE" insert nothing.
Dayo Mitchell - 31 Mar 2004 14:19 GMT
Fields, which are denoted by curly brackets, work kinda like formulas in
Excel. You tell Word a formula, and it produces text according to that
formula. By hitting alt-F9, you can toggle between seeing the formula and
its result.
Maybe that helps?
DM
> This is a conditional field.
> Open the header/footer view and in the place you want the footer text to
[quoted text clipped - 21 lines]
>> of pages in your document { NumPages } "THEN" insert "Your footer
>> text" "ELSE" insert nothing.
Suzanne S. Barnhill - 31 Mar 2004 16:34 GMT
Actually, after the first Ctrl+F9, you can use Word's built-in buttons for
the rest:
1. Press Ctrl+F9 to get the field delimiters:
{ }
2. Between the braces, type IF and =:
{ IF = }
3. Between IF and =, press the Insert Page Number button on the Header and
Footer toolbar:
{ IF { PAGE } = }
4. After =, press the Insert Number of Pages button:
{ IF { PAGE } = { NUMPAGES } }
5. Type a space, then insert the "Filename and path" AutoText entry from the
menu on the toolbar:
{ IF { PAGE } = { NUMPAGES } { FILENAME \p } }
Note that unless you have field codes displayed, you may see the actual page
number and number of pages and filename instead of the fields shown above.
Press Alt+F9 to display field codes (and again to hide them). Quotation
marks around the TrueText are not required for fields. For more on this
field construction, see Word's Help under "Field codes: If field"
--
Suzanne S. Barnhill
Microsoft MVP (Word)

Signature
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> This is a conditional field.
> Open the header/footer view and in the place you want the footer text to
[quoted text clipped - 29 lines]
> > of pages in your document { NumPages } "THEN" insert "Your footer
> > text" "ELSE" insert nothing.