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.