How to Document an Access Project

D

Dave

In Access there used to be a Documenter under the TOOLS
menu but since we started use an Access Project (.adp
file) it seems to be gone. Is there any way to print the
code behind forms and code in the modules?
 
S

SFAxess

Access projects don't have the Documenter tool, however,
you can print out the entire VBA project from the VBA IDE.
Select: File>Print>Range>Current Project
The diagrams you can build with the SQL Server diagram
are much better than Access' relationships as well.
You can also write a procedure that loops through all of
the forms and reports retrieving the properties of each
object and printing them to the Immediate Window, writing
them to a text file or Word doc, putting them in a table
or Excel sheet, etc.
 
G

Guest

Thank You,

Sure isn't as convenient or nice-looking as the documenter
though.

Regards,
 

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