System Query

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

Guest

Hello - I need to create a query (that exports to Excel) that includes system
info. I need the query to return the tables in the database, its columns, and
their data types and lenghts.

What is the best way to do that?

Thanks for the help
 
You need to write some code that will iterate the TableDefs collection. Then
within each TableDef, iterate its Fields collection. Read about these
objects, there are examples on this in the online help.

Ray
 

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

Back
Top