Recent content by jpsabino

  1. J

    Search Facility in Forms

    I´ve just solved the question that I put to the forum! Thanks anyway! Private Sub cmdSearch_Click() If IsNull(Me.txtFilter) Then MsgBox "Não introduziu termos para pesquisa", vbExclamation, "Atenção!" Exit Sub End If With lstResults .RowSource = "SELECT *...
  2. J

    Search Facility in Forms

    I´m sorry, but the post that you´ve sent to me refers to a different search form code. Since Mile-O-Phile was the author of the search form that I would like to adapt to my needs, I hoped that himself could satisfy my question, which is very simple and straigthforward, I suppose: Mile-O-Phile...
  3. J

    Search Facility in Forms

    Hi Mile-o-Phile, Could You tell me what I have to do to extend the search to other fields? What kind of changes do I have to make to the code? I suppose that I´ve got to use boolean operators (AND, OR), but could You give me an example upon you own code: .RowSource = "SELECT * FROM...
Back
Top Bottom