Merge field in fillin field prompt

  • Thread starter Thread starter Dave C
  • Start date Start date
D

Dave C

I am designing a mail merge form where I need the user to input an
individual's manager's name. I'd be grateful to know how to include a merge
field in the fillin field prompt so the prompt says ... "please enter the
manager's name for ...<mergename>

Thanks
 
It would be better if you amended the data source to include the managers'
names, however what I suspect you are looking for is

{ ASK mName "Insert the manager's name for { MERGEFIELD Namefield }" }
which will prompt for each record. Reproduce the name in the document with a
REf field {REF mName}

Use CTRL+F9 for the bracket pairs and choose the appropriate fieldname freom
your data source in place of 'Namefield'.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Thanks for your reponse Graham.
I'm afraid I'm having difficulty with the merge field pulling into the
prompt. I'm putting the following into the prompt box when adding the ask
field, but exactly the same text is being displyed to the user when the
document document is opened, rather than the data contained in the merge
field.

{ ASK LineManager "Please enter the name of the line manager for {
MERGEFIELD PERS_KNOWN_AS }" }

Any help will again be gratefully received.
 
You haven't used CTRL+F9 for the brackets {} around MERGEFIELD
PERS_KNOWN_AS.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top