Results 1 to 2 of 2

Thread: Not Searching

  1. #1
    Addicted Member
    Join Date
    Dec 11
    Posts
    243

    Not Searching

    Hi

    Dim strsearch, strsql As String
    strsearch = InputBox("Search For", "Search Input Box")
    strsql = "SELECT * FROM m_itemmaster WHERE icode LIKE " & Chr(34) & strsearch & Chr(34)
    Openrstitem (strsql)

    Secondly i want if user enters * in inputbox it fills listview with all records , no filter.

    What value i enter it does not search where as record exists

    Thanks
    Last edited by Jagjit; Sep 9th, 2012 at 05:41 AM.

  2. #2
    PowerPoster
    Join Date
    Feb 12
    Location
    West Virginia
    Posts
    4,957

    Re: Not Searching

    Look slike you have basically the same question in 3 different threads already. You should limit it to one thread per question even though this question is slightly different than the one in the other 2 threads it is still close enough that it could be considered the same question,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •