Is this possible: View SW Custom Properties in MS Access
Is this possible: View SW Custom Properties in MS Access
(OP)
Is it possible to view the custom properties from a Solidworks part in an MS Access database?
Thanks,
DT
Thanks,
DT
When was the last time you drove down the highway without seeing a commercial truck hauling goods?
Download nowINTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Is this possible: View SW Custom Properties in MS Access
|
RE: Is this possible: View SW Custom Properties in MS Access
You will need to create a macro (using VBA available in Access), that will read the custom properties of a part or assebly, and save them into an Access database.
You can find many examples of excel macros that I think will be easely translated to Access.
Regards