I have a listbox that I would like filter using a combo box and a text box.
The list box should have everything listed at first and as the user enters something in either box then it should filter
For instance:
the combo box has sales persons name
the text box is used to enter the customers name
the list box shows the customers and allows the sales person to open the customers form.
The user should be able to filter by the combobox only, or by the text box, or both.
I have tried everything I can think of but the codes and the way that I am setting it up work agianst each other.
Does anyone have anything like this or can give me some insight I am using Access 2010 and I only know a little VBA?
The list box should have everything listed at first and as the user enters something in either box then it should filter
For instance:
the combo box has sales persons name
the text box is used to enter the customers name
the list box shows the customers and allows the sales person to open the customers form.
The user should be able to filter by the combobox only, or by the text box, or both.
I have tried everything I can think of but the codes and the way that I am setting it up work agianst each other.
Does anyone have anything like this or can give me some insight I am using Access 2010 and I only know a little VBA?