Recent content by Rebirth

  1. R

    Combobox + listbox = headache

    I just had to change the "Bound Column" number to the correct field to get the other field on form (in another table) to update.
  2. R

    Combobox + listbox = headache

    Thanks! I now use a simple "select query" I followed the video tutorial and found it worked fine using a combobox+listbox. So now I got it filtering the way I wanted it to. The only problem now is when I select a row in the listbox it would update another field in the form with a primary key...
  3. R

    Combobox + listbox = headache

    Hi, I am trying to get a listbox to update after I have run a query from a combobox. The combo box "On Change [Event Procedure] looks like this... Private Sub filtercombobox_Change() DoCmd.SetWarnings False DoCmd.OpenQuery "qry_typevenue" DoCmd.SetWarnings True...
Back
Top Bottom