Search results

  1. C

    ComboBox works only when target form is initialized

    Works perfect, I knew it was something simple. Thanks
  2. C

    ComboBox works only when target form is initialized

    Hi all, Looking for a bit of direction with what seems a simple issue. I have two forms. In form 1, there is a combo box that I have set on click to open form 2 in this manner: Private Sub boxEditEntry_Click() DoCmd.OpenForm "frmSRTEdit", , , "[ControlNumber]=" & Me.boxEditEntry End...
Back
Top Bottom