You can use the keypress/keydown event of the control to test for which key was pressed and if matches your condition use the DoCmd.SetFocus method to move the cursor to the next field on the form.
Will the user always step through every field on the form sequentially or will they need to skip...