[thelist] Search script

James Hardy evolt at weeb.biz
Mon Jan 17 08:24:50 CST 2005


And lo; it came to pass that the great prophet, Rui Madeira spake. And 
the huddled masses rejoiced to hear:
> I´m looking for a script that can search data in a table of an Access data base. The search have to be based in three fields of the table, and the result has to be seen in a list
>  
> Any help that i may get is good
> Thank you in advaced
>  
> Rui Madeira

What ever script you use, it will use Structured Query Language - SQL, 
once you know SQL this will be trivial and will be in the form

SELECT * WHERE field1='something' AND field2='somethingelse' AND 
field3='somethingfurther'

http://www.w3schools.com/sql/default.asp is a good place to start 
learning SQL


More information about the thelist mailing list