In MSAccess there is a feature called Database Documenter which allows you to print all of the module code/querydef code (amongst others). Apparently, you can run this through VBA code using something like this-
acwztool.Doc_PrintDatabase
This simply brings up the dialog box within MSAccess so that you can run the Documenter.
What I am asking, is there any way to run this in VB.Net "silently" (or another way to get similar output) by passing parameters to the feature and therefore prevent the dialog box from appearing?
Regards,
Alan
acwztool.Doc_PrintDatabase
This simply brings up the dialog box within MSAccess so that you can run the Documenter.
What I am asking, is there any way to run this in VB.Net "silently" (or another way to get similar output) by passing parameters to the feature and therefore prevent the dialog box from appearing?
Regards,
Alan