Search for tables/queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Rather than open and close a tonne of databases, is there anyway within
access or Windows to search for tables/queries if I have a vague idea of the
titles, modification dates etc?
 
Hi Andy,


You would need to write a piece of code that scans the HDD for *.mdb, bring
back the results, open each one in code and then do whatever searches you
want, there maybe a 3rd party tool for doing so, but the complexity of
database structures would make the task difficult.
 

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

Recordset no longer updateable 5
Report Calculations Error 2
Using a Form to Run a Query/Print a Report 5
#Error in Query 2
Date search query 0
Report Calculations 1
searching multiple tables 2
Browse button 2

Back
Top