Using the tab key

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

Dave

Hi, I have created an invoice, with the following blank fields that need to
be put in ever time. Name, Date,Address,Invoice No etc. I would like it to
work, so when you have entered the name, you then use the tab key to take you
to the next input field,ie date and then use the tab key to take you to the
next line etc,etc
Thanks
Dave
 
If the rest of the invoice will require free editing, use Macrobutton fields
(and move between them with F11 (rather than Tab)).
http://www.gmayor.com/Macrobutton.htm

A more elegant approach would be to create a userform to collect and gather
the data and write to it docvariables. You can then use Docvariable fields
to display the resulting information. See For the basics, see Word MVP FAQ -
Userforms
http://word.mvps.org/FAQs/Userforms.htm

for a more in depth explanation, see
http://gregmaxey.mvps.org/Create_and_employ_a_UserForm.htm and
http://www.gmayor.com/SelectFile.htm

See also http://www.gmayor.com/automatic_numbering_documents.htm

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

My web site www.gmayor.com

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