Search results

  1. D

    Can't detect numeric keypad Enter key

    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...
  2. D

    Combining data from the same column in a query

    I need to combine data from a Yes/No field such that for any instance of a Yes/True the query will show Yes (checked). Only if there are no instances of Yes should the query return No (unchecked) for the field. In addition, this rule must apply for each individual account number in a [separate]...
Back
Top Bottom