I am trying to find information about the fields, indexes and properties of all of the tables stored in an Access 2003 database. The database documenter provides all of the information I am after, however, I really would like to get the information it provides in a table format.
I have taken a look at the system tables, but the system tables I can find do not contain nearly as much information as I am looking for. (ie the fields in a table and their properties)
I have started trying to generate the tables I am after through vba, but just getting started on this process is proving to be a very complicated and time consuming process.
My hope is that tables exist which contain the information available through vba, however, I have been unable to find them.
Does anyone know if such tables exist and if so, what they are called and where I could find them? If not, do you know of any more effective methods of collecting this information into tables than iterating through the properties of each table via vba?
I have taken a look at the system tables, but the system tables I can find do not contain nearly as much information as I am looking for. (ie the fields in a table and their properties)
I have started trying to generate the tables I am after through vba, but just getting started on this process is proving to be a very complicated and time consuming process.
My hope is that tables exist which contain the information available through vba, however, I have been unable to find them.
Does anyone know if such tables exist and if so, what they are called and where I could find them? If not, do you know of any more effective methods of collecting this information into tables than iterating through the properties of each table via vba?