Forms Question

  • Thread starter Thread starter newreader
  • Start date Start date
N

newreader

When I create a form, is there a way to prevent the ENTER key being
pressed which causes the lines to get out of whack? Once I design my
form I do not want the user to add any new lines. IN other other words
TAB key is the only key permitted. All the input fields have fixed
lengths.

Thanks in advance.
 
When I create a form, is there a way to prevent the ENTER key being
pressed which causes the lines to get out of whack? Once I design my
form I do not want the user to add any new lines. IN other other words
TAB key is the only key permitted. All the input fields have fixed
lengths.

Thanks in advance.

There is a way to make the Enter key do the same thing as the Tab key, although
it's fairly complicated:
http://support.microsoft.com/?kbid=211219
 
Back
Top