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
Printable View
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
Didn't Lothar already answer this one for you ?
http://www.codeguru.net/bbs/wt/showp...&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