Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7502073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:44:41+00:00 2026-05-29T20:44:41+00:00

I have about 10 *.mdb Access files of office version 2003. I am working

  • 0

I have about 10 *.mdb Access files of office version 2003. I am working on client machines on which I have only Excel 2003 installed but not Access.

Each database file has around 50-100 tables in it and each tables has around 20-30 columns. I need to run a VBA script or any import on Excel so that I could copy all the Access tables and its columns into my Excel sheet. I do not require data of Access tables only the table and its column names is what I require.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T20:44:42+00:00Added an answer on May 29, 2026 at 8:44 pm

    The plan:

    For Each MDB In YourMdbs (file in folder, hard-coded list, ...)
        For Each TABLE In MDB (filtered, no MSys tables, ...)
            XLS = FSpec to non-existing .xls corresponding to MDB
            Execute on ADO connection to XLS:
              SELECT * INTO <TABLE> FROM <TABLE> IN "<FSpec to MDB>" WHERE 1=0
    

    based on: IN CLAUSE

    This approach will export the .mdbs table schemata to .xls sheets without any fuss with ADOX schema.

    WRT comments:

    1. The program from VBS Express documents the table and the field names, my strategy copies the tables (without data because of the WHERE clause) to the sheets
    2. ADO magic works on computers without MS Office installed just fine
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Access 2003 database MDB where all of the tables exist as
I have an MDB database which holds information about patients (customers). I am trying
I currently have about 3 messages from a JMS client sending to a MDB
I have a Message Driven Bean (MDB) deployed on WebSphere 7.0.0.21 which sends JMS
I have an MS Access database (.mdb) with a front end of reports built
I have about 10 different APIs. which have absolutely different response structure (all of
I have an .mdb file, which is used as a data storage by one
I have an mdb which used to contain a bunch of linked tables. These
I have a homework about database connection via ms access. I prepared my database
Ok. Quick background: MS Access 2003 with 2003/2003 format MDB file upgraded from Access

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.