
05-07-2002, 03:12 PM
|
|
|
Database Search
|
Hi all,
Code:
Private Sub searchGo_Click()
mmdbChar.Recordset.FindFirst "FirstName = '" + mmSearch.Text + "'"
End Sub
I'm using the following code to search the table mmdbChar and in the field FirstName to find mmsearch.text.
<Question>
However this is not what i really wanted, what i would like to have would be a method to search all of the fields for a keyword.
</Question>
I've seen these Select statements but i have no clue of how to implement them. I would prefer that the answer doesn't have select statements in them becuase that is out of the scope of my little project.
Thanx guys.
|
|