Search results

  1. D

    How to combine filters in VBA

    Hi all I've a form which has four dropdown boxes. Based on the combination of the selection in those 4 fields, I want a combined filter to work. You can easily use an AND statement to combine the filters but you end up with issues if one of the dropdown fields is left empty as the filter will...
  2. D

    Define in VBA on which field to filter

    HI all, a form contains records with 12 variables for each month of the year. Based on a dropdown list filter on the form header, I want to define on which month the user wants to filter. So if the user selects march from the drop down, the records on the form should be filtered on the variable...
Top Bottom