Hi Guys
The below code to filter a listbox which works fine if we use supervisor filter and ActivityType filter but it doesn't work for MonthRef filter. MonthRef field has datatype 'Date/Time'
Private Sub cmdSearch()
Dim db As Database
Dim rs As Recordset
Dim bCriteriaEntered As Boolean
Dim...