A family of Microsoft relational database management systems designed for ease of use.
You can use the documenter function to print a report that has all the code.
In design mode, select Tools: Analyze: Documenter
- Select the Tab for Forms
- Click Select All
- Click Options and check Code (uncheck properties - unless you want the form properties)
- Click OK
- Select the tab for Reports
- Click Select All
- Click Options and check Code
- Click Ok
- Select the tab for modules
- Click Select All
- Click options and Check Code
Another option is to use VBA code to step through all the modules and put the code into a memo field.
I have a VBA routine that does part of that. It steps through the VBA modules (not the code associated with individual forms and reports) and gives me the name of the module, name of the procedure, the procedure call, and the initial comments in the procedure.