J jibb Registered User. Local time Today, 05:02 Joined Dec 1, 2011 Messages 93 Dec 5, 2013 #1 Hello, I want to run some code when a user presses the Enter key on a form - how do I do this? Thanks
Hello, I want to run some code when a user presses the Enter key on a form - how do I do this? Thanks
pr2-eugin Super Moderator Local time Today, 12:02 Joined Nov 30, 2011 Messages 8,494 Dec 5, 2013 #2 Are you saying On the Form or on a particular field? Check the Key Down event.
J James Dudden Access VBA Developer Local time Today, 12:02 Joined Aug 11, 2008 Messages 369 Dec 5, 2013 #3 Or if you want to capture after they have updated a field then use the AfterUpdate event
missinglinq AWF VIP Local time Today, 08:02 Joined Jun 20, 2003 Messages 6,420 Dec 5, 2013 #4 pr2-eugin said: Are you saying On the Form or on a particular field? Click to expand... Additionally, what type of code? Linq ;0)>
pr2-eugin said: Are you saying On the Form or on a particular field? Click to expand... Additionally, what type of code? Linq ;0)>