I have hundreds of DWG, AutoCAD files that I would like search and catalog into an MS Access Database.
Basically, I would like to search the DWG's and extract whatever description is in the Title box as well as the Date and bring everything over to Access making it a searchable catalog.
For example, I have a file name T-25682.DWG, which is titled Machine Spacer and created 01/20/2010.
I would extract that info form the DWG file and insert it into the Access database as such:
== ID == == DESCRIPTION == == CREATED ON == == FILENAME ==
1 Machine Spacer 01/20/2010 T-25682.dwg
How can I approach and solve this problem? Is there an AutoCAD library I can use with Access? How can I search in a DWG file?