Yes, unlike the FILLIN field, the ASK field is not executed automatically
when a new document is created from a template.
You either have to
a. get the user to select the document text (e.g. ctrl-A) then press F9 to
execute all the fields, or
b. create an Autonew macro that does the same thing. And/or an AutoOpen
macro if you want the same thing to happen each time the user re-opens the
document.
Alternatively you can use a FILLIN nested within a SET, e.g.
{ SET fielda { FILLIN "value of fielda:" } }
then
{ fielda } to display the results. That should work OK when you create a new
document from a template (but I wouldn't guarantee that it will always work,
in all versions of Word, in any situation). But it will only work when you
re-open a document if you put the fields somewhere where they will be
executed automatically, e.g. in the document header.
--
Peter Jamieson
MS Word MVP
> What I want to do is create a template that upon opening
> prompts the user for info. the FILLIN field works
[quoted text clipped - 17 lines]
> document where I want that info inserted. PLEASE HELP?
> is there a way to even do this with Word?