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 6360703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:40:58+00:00 2026-05-24T23:40:58+00:00

In Access 97, I have a table which has fields a and b. Is

  • 0

In Access 97, I have a table which has fields a and b. Is is possible to find via VB what type are those fields, like varchar or integer? I’m trying to copy the name of the field and its type to another table and replace it if necessary in another table. I can do it using mouse but I don’t know how to do it via VB. The result field should contain no data.

  • 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-24T23:40:59+00:00Added an answer on May 24, 2026 at 11:40 pm

    You can grab that info using DAO in VBA. Grab the code from this link and put it in a code module:

    Dump Table Details

    If you’d like to store that info in a table, change the following block to make INSERTS into your meta table rather than debug.printing:

    For Each fld In tdf.Fields
      Debug.Print fld.Name,
      Debug.Print FieldTypeName(fld),
      Debug.Print fld.Size,
      Debug.Print GetDescrip(fld)
    Next
    

    Don’t forget to put in a reference to DAO, if necessary, using the instructions in that link.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an access table which has some cells as blank ( no data
I have an Access 2002 application which links an Oracle table via ODBC with
I have a table in an Access 2007 database. All fields are of type
I have an Access table which has a Number field and a Text field.
We have an Access DB which has a set of local tables and input
In an application we are developing, I have access to a database table which
I have an Access database in which I drop the table and then create
I have a huge access mdb file which contains a single table with 20-30
Problem: I have an address field from an Access database which has been converted
I have a data set (currently in Access 2007 format) which has 2 tables,

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.