FillIn Fields

G

Gladys

I created a template that includes 3 fill in fields for
the user to complete. They do not come up the way I
inserted them. Is there a way I can specify the order the
fields should appear.

This is what I want:

Plantiff Name(field 1)

Case Number(field 3)


Defendants Name(field 2)

It doesn't matter what order I put the fields in. it
appears that it is defaulting to the layout of the page.
Thanks for your help. Or maybe I should be doing
something different.
 
G

Guest

-----Original Message-----
I created a template that includes 3 fill in fields for
the user to complete. They do not come up the way I
inserted them. Is there a way I can specify the order the
fields should appear.

This is what I want:

Plantiff Name(field 1)

Case Number(field 3)


Defendants Name(field 2)

It doesn't matter what order I put the fields in. it
appears that it is defaulting to the layout of the page.
Thanks for your help. Or maybe I should be doing
something different.
.
Sorry - I am using Word XP but user is using Word 2003
 
P

Peter Jamieson

Word does indeed execute FILLIN and ASK fields in the sequence they appear
in the text, not the sequence you entered them.

There are a few things you could do to workaround this. The closest to what
you are doing would be to use ASK fields instead of FILLIN fields in the
sequence you want at the beginning of the document. Each ASK field put the
value the user enters into a "bookmark" whose name you specify in the ASK
field. You can then use that value in the place where you want it using a
REF field.
e.g.

{ ASK bmPlaintiff "Plantiff name" }


{ REF bmPlaintiff }
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top