How can I save a Document from a Template witha Conditional File Name Pre-Defined

A

aspen

I have a MS Word 2003 Template that I fill out when start a contract
or Proposal I want to be able to save the individual Contract Files
in a Specific Format ie. PP-RW_030507_REV0102A

PP is Preliminary Proposal
RW is Riverside Wholesalers
030507 is Date March 5, 2004
REV0102A is Revision 01.02.A
These are All Fields on the Form that are filled out but I would like
to save it with the Naming convention that I have for all my clients
like in this format automatically after every change or addition to
the proposal

any help would be greatley appreciated


TIA
Guy Montecalvo
 
D

Doug Robbins - Word MVP

Use the .Result property of each formfield to obtain the data entered into
it. Then create a string to use as the file name by concatenating the
information by inserting & "-" & or & "_" & between each piece of data.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top