
How do I get the enter key to automatically tab to the next form field
Hi Rama,
Quote:
> I have used the macro that you suggested and it makes the
> enter key function like the tab key which is what I wanted
> but when I allow users to access the form through their
> own pc the macro is not attached to the form, therefore
> the enter key does not function like the tab key for them.
1) You probably didn't put the macro into the actual form
document, or its template. You need to go into the VB Editor,
find the form's project, insert a module, and copy the code
into it.
Quote:
> Also if I have set a field to allow only a capital letter,
> it does not work if I use the enter key to move from that
> field once I have entered for example a small j but if I
> use the tab key then the small j updates automatically to
> a capital j. Why?
The tab key is doing what it's programmed to do, which means
it's allowing AutoCorrect to fire. Since you reassigned the
ENTER key using a macro, AutoCorrect won't fire.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jan
24 2003)
http://www.mvps.org/word
This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :-)