Am having a database with seven tables and I want to send a searchstring from a form and let it process against the database and display all articles with the word(s) in it. How to do that?
Hi, I think it's better to query each table and display the results.
Cheers Ajay