I have a database with many fields. e.g field1,field2,field3,...
then i have some records.
I would like to create a little interface and basically to know how i can make a multiple field search looking for example for records like:
in field1 containing the text "Engineer" + in field2 the text "New York"...
any idea to start..??
;(