Silv3rSurf3r_20
Member
- Joined
- Aug 3, 2002
- Messages
- 19
Hi All,
This is a short SQL Question... how do i retrieve all the records of the people with the same name...
Example: in a textbox i type in Adam and i click search... now this is supposed to check the database and list out all the Adams in the database...
i just need the SQL syntax for this...
Comm.CommandText = "Select * From Customers WHERE " _
& "ClientID LIKE " & ClientIDTxt.Text & ""
what is it that i add to this syntax?
Thanks heaps
~John~
This is a short SQL Question... how do i retrieve all the records of the people with the same name...
Example: in a textbox i type in Adam and i click search... now this is supposed to check the database and list out all the Adams in the database...
i just need the SQL syntax for this...
Comm.CommandText = "Select * From Customers WHERE " _
& "ClientID LIKE " & ClientIDTxt.Text & ""
what is it that i add to this syntax?
Thanks heaps
~John~