Click to See Complete Forum and Search --> : What's The Code For Database Search ???


Operations
August 10th, 1999, 06:22 AM
pleaase help me !!!

im building a phone book
whats the code to find a person on a grid ???

the db's table name is "Book"
the rows are "Name" , "Address" , "PhoneNum"

please give me the code and a little explination on how it worx

thnx

Chris Eastwood
August 10th, 1999, 10:00 AM
Didn't Lothar already answer this one for you ?

http://www.codeguru.net/bbs/wt/showpost.pl?Board=vb&Number=5117&page=0&view=expanded&sb=5#Post5117

>the db's table name is "Book"
>the rows are "Name" , "Address" , "PhoneNum"

One would imagine a select statement like :

Select * from Book where Name = 'rtfm' ....... etc

The help that comes with VB should be more than adequate to help you get started in using DAO, RDO or ADO.




Chris Eastwood

CodeGuru - the website for developers
http://www.codeguru.com/vb