Search results

  1. H

    Combo Box through IIF for Query Criteria

    Thank you arnel, I search in several places and found the answer in youtube. /watch?v=l3OMeV4jRjw&t=48s minute 15:00 I needed to requery and clean the info, and the combo2 had to be disabled forehand. Private Sub Combo1_AfterUpdate() With Me.Combo2 .Requery .Value = ""...
  2. H

    Combo Box through IIF for Query Criteria

    I have another problem now, once I set it up, it works perfectly, but if i close the database and open it again, it stops workin, it asks me for the parameter that first combobox, gives back. But if I delete both combo boxes and start anew, it works again.
  3. H

    Combo Box through IIF for Query Criteria

    You are completely right @arnelgp thank you very much!!!
  4. H

    Combo Box through IIF for Query Criteria

    Hi everybody, I have a combobox cmbTran in FormA that displays the values TranID Name 1 A 2 B 3 C cmbTran hides the TranID I want to read the value selected in cmbTran combo box to use it as Criteria in a query for another combobox in the same FormA, i...
Back
Top Bottom