Hi...
I have 3 tables in an Access Database and I am using the
SELECT table1.*, table2.*, table3.*
statement in order to select everything from this database.

My question is how to search for a specific string in all
the tables...

In other words doing the same with access requires to run
the query and then push the find/replace button.

How can I do that with code in VB?

Thanks in advance
Nikos