Search results

  1. G

    Selecting menu numbers with return key

    I entered the code as you have written it and changed the names of the forms to the names of miine but it is still not working. But i have just noticed that the number does not actually disappear it moves up a line so if i press the delete key the number reappears. thanks for your help so far.
  2. G

    selecting number and enter key to open form

    I am trying to figure out how to select a number on a menu and press the enter key to open a form. I have the following code in the keypress event of a text box Private sub text1_keypress(keyascii as integer) select case keycode case vbkey1 + vbkeyreturn keycode = 0...
  3. G

    Selecting menu numbers with return key

    Code I used Thanks for the advice both of you but I entered the following code into both the onkeydown event and the afterupdate event for the text box one at a time and made sure that keyprieview for the form is set to yes but still couldnt get it to work. private sub Text1_afterupdate()...
  4. G

    Selecting menu numbers with return key

    I have a form menu as a startup page and i would like my users to select a number and press the enter key to open up a new form and close the menu. The menu numbers and descriptions are done with labels, the users have a text box at the bottom were they will type in the number of the new form...
Back
Top Bottom