N
Nik
Hi, I'm trying to search a word in all fields of all tables in a database.
Is it possible to get such a query?
Table1
fields1 ----- fields2 ----- fields3
Table2
fields1 ----- fields2 ----- fields3 ----- fields4 ----- fields5
Table3
fields1 ----- fields2
The word I'm searching may be in Table1-fields1 AND/OR Table2-fields3 AND/OR
Table3-fields1 AND/OR etc...
So I would like to get the ID (which is AutoNumber in each table) of the
record where the word is.
Thank for your help.
Nik.
Is it possible to get such a query?
Table1
fields1 ----- fields2 ----- fields3
Table2
fields1 ----- fields2 ----- fields3 ----- fields4 ----- fields5
Table3
fields1 ----- fields2
The word I'm searching may be in Table1-fields1 AND/OR Table2-fields3 AND/OR
Table3-fields1 AND/OR etc...
So I would like to get the ID (which is AutoNumber in each table) of the
record where the word is.
Thank for your help.
Nik.