Re: Prevent move next on Enter
- From: "Jesper Fjølner" <jf>
- Date: Wed, 13 Apr 2005 21:33:45 +0200
> Can I do the same for the Enter-button?
> If KeyCode = vbKeyReturn Then
> KeyCode =0
> End if
> doesn't seem to work?
Got it working with
If KeyCode = 13 Then
KeyCode =0
End if
.
- References:
- Prevent move next on Enter
- From: Jesper Fjølner
- Prevent move next on Enter
- Prev by Date: Re: No Unique field
- Next by Date: RE: Passing over Requery
- Previous by thread: Prevent move next on Enter
- Next by thread: Comboboxes and validation rules
- Index(es):