SOLUTION NEEDED FOR ACCESS 2003/VBA, NOT FOR ANY VERSION OF VB.
I need to differentiate between the Enter key on the main keyboard and the numeric keypad and obviously tried using vbkeySeparator in the form's Keypress event. However, both Enter keys return KeyCode 13.
MS Q188550 (below) offers...