Retrieving Macros info from Access with C#

A

AloneInACoop

I'm working on a migration project that deals with several Access 2003 DBs
which have hundreds of macros defined on each. I would like write a quick
console app that will open the Access file and print out each name and
actions of all the macros.
(I.E. if i have a macros in an Access file named MyMacros and it's actions
are "Run Query 1", "Run Query 2" and "Run Query 3" --- I want to be able to
print this information to a file)

How would I go about in doing this? Which libraries do I need?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top