B
Bill foust
Where can I find documentation on the Access automation object model? I have
found and read Q317113 (How to Automate Microsoft Acces by using Visual C#)
and have made a simple test application to begin testing with.
I'm trying to access the code that makes up Modules, forms and Macros and
the obvious approaches are not working. App.Modules and App.Forms are both
empty when the MDB file that was opened does indeed have some forms and
Modules. Also, I can find no way to access the Macros. Sure, there is a KB
doc out there on how RUN macros, but I want to examine the macro objects
without running them.
I notice there is an interface AllForms, but cannot figure out what it is
used for, hence the question about the Object model.
thank
bill
found and read Q317113 (How to Automate Microsoft Acces by using Visual C#)
and have made a simple test application to begin testing with.
I'm trying to access the code that makes up Modules, forms and Macros and
the obvious approaches are not working. App.Modules and App.Forms are both
empty when the MDB file that was opened does indeed have some forms and
Modules. Also, I can find no way to access the Macros. Sure, there is a KB
doc out there on how RUN macros, but I want to examine the macro objects
without running them.
I notice there is an interface AllForms, but cannot figure out what it is
used for, hence the question about the Object model.
thank
bill