Search results

  1. T

    Solved Unable to search data in a date criteria

    Tgat Thats the filter code I used which isn’t yielding the results I want
  2. T

    Solved Unable to search data in a date criteria

    Sub Search()Dim strCriteria, task As String If Trim(Me.cboIncomeType.Value & vbNullString) = vbNullString Then MsgBox prompt:="Please select Payment mode.", buttons:=vbInformation, title:="SOFTWARE" Me.cboIncomeType.SetFocus Exit Sub End If If Trim(Me.cboIncomeType1.Value & vbNullString) =...
  3. T

    Solved Unable to search data in a date criteria

    Am having a database which I have a difficulty filtering data in a multiple criteria. Attached is a sample copy of my database with the issue for analysis. Any help with this will be highly appreciated
Back
Top Bottom