How do I display data type info stored by Access?

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

Guest

I am trying to see how Access stores data type information within a database.
I believe there is a way to view the actual values stored.
 
I am trying to see how Access stores data type information within a
database.
I believe there is a way to view the actual values stored.

I really don't know what you are asking here....

you can look at the Table Design window

you can use the Database Documenter

you can iterate the Fields collection of the TableDef object

you can buy lots of third-party database analysis and control
software that will read and interact with Jet mdb files



Does that help?


Tim F
 

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