Recent content by DimitriPeeters

  1. D

    Filter with multiple textboxes and Combo's

    Thanks for the link, I think it could be a part of the solution. What I've done so far: I was able to filter when I was just using one textbox. I did it through folowing code: Textbox On Change: 'code that happens when users types in the textbox Dim strFullist As String Dim strFilteredlist...
  2. D

    Filter with multiple textboxes and Combo's

    Hi, I'm new here but I hope someone can help me out. I'm a beginner in Access programming and I have the folowing problem: I have a form with a big List box in it. This box contains certificate numbers, languages, client names, calibration dates, .... I would like to make a filter on this...
Back
Top Bottom