I have a document template which our database merges information in to using
merge fields and then it automatically puts the result in to a new document.

I want set the filename and path of the new document as a combination of 3
fields: G:\Saved Quotes\<<Number>><<Sequence>>, <<Surname>>

Any ideas? Any code that I had on the template does not seem to carry
through to the new merge document!

Re: Set Filename & Path for newmerge document by Doug

Doug
Thu Jun 29 06:25:57 CDT 2006

Take a look at the addin that you can download from the following page of
fellow MVP Graham Mayor's website at:

http://www.gmayor.com/individual_merge_letters.htm

A modification to the code in the add-in should do what you want.
--
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

"ivory_kitten" <ivorykitten@discussions.microsoft.com> wrote in message
news:AE331B52-B1E0-4DFB-878E-7B73F8A6BFA4@microsoft.com...
>I have a document template which our database merges information in to
>using
> merge fields and then it automatically puts the result in to a new
> document.
>
> I want set the filename and path of the new document as a combination of 3
> fields: G:\Saved Quotes\<<Number>><<Sequence>>, <<Surname>>
>
> Any ideas? Any code that I had on the template does not seem to carry
> through to the new merge document!



Re: Set Filename & Path for newmerge document by ivorykitten

ivorykitten
Thu Jun 29 20:40:02 CDT 2006

It sounds really complicated! The user can just choose the filename!

"Doug Robbins - Word MVP" wrote:

> Take a look at the addin that you can download from the following page of
> fellow MVP Graham Mayor's website at:
>
> http://www.gmayor.com/individual_merge_letters.htm
>
> A modification to the code in the add-in should do what you want.
> --
> 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
>
> "ivory_kitten" <ivorykitten@discussions.microsoft.com> wrote in message
> news:AE331B52-B1E0-4DFB-878E-7B73F8A6BFA4@microsoft.com...
> >I have a document template which our database merges information in to
> >using
> > merge fields and then it automatically puts the result in to a new
> > document.
> >
> > I want set the filename and path of the new document as a combination of 3
> > fields: G:\Saved Quotes\<<Number>><<Sequence>>, <<Surname>>
> >
> > Any ideas? Any code that I had on the template does not seem to carry
> > through to the new merge document!
>
>
>

Re: Set Filename & Path for newmerge document by Doug

Doug
Sat Jul 01 03:48:02 CDT 2006

Ok, tell them to do it.

--
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

"ivory_kitten" <ivorykitten@discussions.microsoft.com> wrote in message
news:ECEB1F9F-05B6-4003-A389-9FEC72D94999@microsoft.com...
> It sounds really complicated! The user can just choose the filename!
>
> "Doug Robbins - Word MVP" wrote:
>
>> Take a look at the addin that you can download from the following page of
>> fellow MVP Graham Mayor's website at:
>>
>> http://www.gmayor.com/individual_merge_letters.htm
>>
>> A modification to the code in the add-in should do what you want.
>> --
>> 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
>>
>> "ivory_kitten" <ivorykitten@discussions.microsoft.com> wrote in message
>> news:AE331B52-B1E0-4DFB-878E-7B73F8A6BFA4@microsoft.com...
>> >I have a document template which our database merges information in to
>> >using
>> > merge fields and then it automatically puts the result in to a new
>> > document.
>> >
>> > I want set the filename and path of the new document as a combination
>> > of 3
>> > fields: G:\Saved Quotes\<<Number>><<Sequence>>, <<Surname>>
>> >
>> > Any ideas? Any code that I had on the template does not seem to carry
>> > through to the new merge document!
>>
>>
>>