Find A Record In Any Linked Table

  • Thread starter Thread starter hwibbles
  • Start date Start date
H

hwibbles

Hi, I am trying to find where a list of text strings that one can
access are stored in this database. It probably has 100 or so linked
(ODBC) tables. So what I want to do is to search for that record "blah
blah blah" in any field of any table.

If that's not possible, I would settle for being able to search for
field names in any table.

Help much appreciated.

Harry
 
Hi, I am trying to find where a list of text strings that one can
access are stored in this database. It probably has 100 or so linked
(ODBC) tables. So what I want to do is to search for that record "blah
blah blah" in any field of any table.

If that's not possible, I would settle for being able to search for
field names in any table.

Help much appreciated.

Harry

Don't worry, I have now found the record in a lengthy manual way.
 
Back
Top