How to Document an Access Project

  • Thread starter Thread starter Dave
  • Start date Start date
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?
 
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.
 
Back
Top