I have a form with a subform. The main form has 3 list boxes on. For the on click proceedure for each listbox I have the following code:
Dim CustFilter As String
CustFilter = customername_filter
searchresults.Form.Filter = CustFilter
searchresults.Form.FilterOn = True
Nothing happens when I click on the listbox, anyone have any ideas?
Dim CustFilter As String
CustFilter = customername_filter
searchresults.Form.Filter = CustFilter
searchresults.Form.FilterOn = True
Nothing happens when I click on the listbox, anyone have any ideas?