Class Modules Great Intro to Class Programming in VBA Former Access MVP Ben Clothier's primer on class programming in VBA should be required reading for all Access developers.
Intermediate Cleaner IntelliSense How to clean up your object's auto-complete dropdown list when it starts to look like that of the MacBook Wheel.
Intermediate Dependency Injection (sort of) For a few common dependencies, we can cheat by using a singleton class. Within that class, we'll type those dependencies as interfaces.
Intermediate Cookie Cutter Forms How do you reuse a form with external dependencies in multiple projects? Interfaces.