I've been trying to find some information about getting access to the raw code in MS Access (I use v2007 but should probably apply to all versions).
Say for instance that I'd like to list all functions in every code-behind form and module in the application and list their parameters.
How would you achieve this?
Note: I'm of course assuming that the application is not compiled.
You can output all the code to text and run it though another program or load it into a database, or you can write code to access the code using VBE.
From: http://wiki.lessthandot.com/index.php/Code_and_Code_Windows
Is it possible to call the VBE object from another program? Sorry to raise this from the dead, I have the new discussion here