Save an autonew macro in the form template eg
Sub AutoOpen ()
MsgBox "Use the TAB key to move between fields!"
End Sub
Then whenever a new form is created from the template, the message will
appear.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
Word MVP web site
http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Kamran wrote:
> Hello,
> I've created a form with fields that are calculated. I'd like to
> instruct the user to use the Tab key to allow these totals to update
> based on their input. Is it possible to have a pop-up appear
> whenever they open up the form to use it?
> Thanks.