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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top