Search results

  1. C

    How to filter multiple fields in a report using comboboxes in a form

    The process I want is like this: 1. I open the form. It displays the report showing all the records. 2. In the form header, there will be 4 combo boxes that will allow the user to filter the records. 3. Then, after one (or multiple) selections from the combo boxes is (are) made, the report is...
  2. C

    How to filter multiple fields in a report using comboboxes in a form

    I'd really like to try this out, but I'm having a hard time understanding it as I barely know a thing about VBA :(
  3. C

    How to filter multiple fields in a report using comboboxes in a form

    Hi guys, here's my problem. I have a report based on a query that I put inside a form. What I want to do is create 4 comboboxes from which users can choose options that will filter the report without leaving the form or opening the report in a separate window. Also, I want to make the filters...
Back
Top Bottom