Recent content by max333

  1. M

    Apply filters to form using two multi-select list boxes.

    I tried your apply filter suggestion and it worked perfectly! I also changed the names of my variables to avoid potential problems. Thank you for taking the time to review and make suggestions on my post. I really appreciate it!
  2. M

    Apply filters to form using two multi-select list boxes.

    Hello all...New to this forum, old to Access and new to VBA... Need help using multiple multi-select list boxes to filter a form. When I use the following code to filter using a single numerical list box (all list boxes are Multiselct Simple), everything is good. Dim varitem90 As Variant Dim...
Top Bottom