Search results

  1. R

    Reset a combobox to its default value

    Access is slowly beating me down with its virtually useless help information, and I find it very difficult to get the answers through the MS knowledge database. Fortunately, this forum has been quite helpful in overcoming my access frustrations! Enough editorializing. Here is my basic problem...
  2. R

    why doesn't clear filter work?

    I've set up a command button to remove the filter that is applied to a form. I used the code from MS article Q208548 that is very simple: Me.Filter = "" However, this does not actually clear the form's filter property (it does, however, display all the records as if the filter property were...
  3. R

    Help returning blank (no entry) records with a parameter query

    Please help with this one: I want a query to run off of criteria supplied by combo boxes on a form. There are seven combo boxes; the user selects values from any or all of the combo boxes, and the query then returns the records matching the user's selection -- at least that is the way I want...
Back
Top Bottom