Search results

  1. C

    Get value combobox/textbox that does not have focus

    I'm somewhat new to coding in this environment (Access and VBA) but does the combobox need to be Bound? I just populated it with SQL statement in Row Source.
  2. C

    Get value combobox/textbox that does not have focus

    Thanks for the quick response. I've tried that as well but I am getting prompted to enter a value for "RegionName" when the user has already selected "RegionName" from the combo box on the form. This is the value I am trying to pass into the OpenReport WHERE condition. Correct me if I'm wrong...
  3. C

    Get value combobox/textbox that does not have focus

    I am trying to get the value of a combobox after selecting an "OK" button but get "You can't reference a property or method for a control unless the control has the focus." I understand what this means, but how to I get around it? Most would probably say use .Value but when I press "OK" I am...
Back
Top Bottom