Recent content by cmenkedi

  1. C

    Updating a listbox that is using a saved query

    Thanks I tried and it didn't work the way I wanted. Is there a way I can pull the sql out of the query, add my new where clause to the existing where clause, and then set the rowsource to the new sql? Again I am trying to keep from coding in for ease of update.
  2. C

    Updating a listbox that is using a saved query

    Hello I have a form that I use to generate different reports with 3 list boxes and a combo box on it. The first 2 list boxes are used to determine what if any is in the last list box. It all works the way I want it except that I would like to use the combo box to further filter the 3rd list box...
Back
Top Bottom