Recent content by MrGenius

  1. M

    Multiple Reports, Single Open Report Button

    well actually, my issue is the following, I don't want to assign any of them to a pre-based event, but a specific set of keys which I don't know how to code it. on the other end, the reports I tried lately doing it through the Select Case and the IF Then Statement with the Docmd.OpenReport...
  2. M

    Multiple Reports, Single Open Report Button

    Actually the first part may have related to my question however, I see that in the Sub you used the populated event keydown, I think there is a misunderstand in what I am looking for. let me try to explain it furthermore; I have a combobox dynamically populated, and working fine, but instead...
  3. M

    Multiple Reports, Single Open Report Button

    Greetings, I have a form that collects data through 3 queries; (A) Search box (B) Area (C) Category I want to use a macro or any other way that you may suggest to make the following possible: (A) Setfocus to Search box when the form open (B) If the user uses a key...
Back
Top Bottom