Backwards Compatibility Refactoring Procedure Signatures: The Do's and Don'ts Best practices for modifying procedure signatures while maintaining backward compatibility.
Backwards Compatibility Discoverability vs. Compatibility: The Dilemma of Evolving the Access Object Model Stringly-typed properties: a necessary evil for maintaining backward compatibility in Access?
Backwards Compatibility How to Use VBA to Set the ControlSource Property of an Access Image Control (and Other Deeply Hidden Object Properties) Ever wonder why you can set some values in the form/report designer Property Sheet but not in VBA? You may just need this well-hidden workaround.
Backwards Compatibility Adding Procedure Parameters Without Breaking Backwards Compatibility in VBA Sometimes you need to add a parameter to a Function or Sub in VBA. But you don't need to break all of your calling code to do it.