Jay,
Thanks...I have the database, tables and columns all set up, but I seem to only be able to search one table at a time, I would like to search all tables for the keywords that are entered in hte search text field. Like this:
Select 'something' from 'tableName' where contains(mySearchCatalog, 'keyword') I would like to search the entire db, instead of just one table. thanks