Locate tables where value is found

  • Thread starter Thread starter QB
  • Start date Start date
On Fri, 22 May 2009 03:52:14 -0700, QB <[email protected]>
wrote:

In a good db design this is never a question, because it can be in
only one table.

If you truly don't know, then you can write some DAO code to loop over
all tabledefs, and within a tabledef over each field, and query that
field for your value.

-Tom.
Microsoft Access MVP
 
On Fri, 22 May 2009 03:52:14 -0700, QB <[email protected]>
wrote:

In a good db design this is never a question, because it can be in
only one table.

If you truly don't know, then you can write some DAO code to loop over
all tabledefs, and within a tabledef over each field, and query that
field for your value.

-Tom.
Microsoft Access MVP
 
Back
Top