Avoid using References in Access VBA

When I investigated the problem opening the same database in Access 2010 and Access 2013 / 2016  that breaks the DB I came to the conclusion that this is originated by a bug in Access that doesn’t allow the DB to use references to other office applications (in your case Outlook) when downgrading the version. … Continue reading Avoid using References in Access VBA

VBA Project Conversion to 64-Bit

Synopsis This document describes the steps to convert a typical VBA project from 32-bit to 64-bit. This document is a work in progress and is derived from experience in Excel VBA projects, but should be applicable to Access, etc. Applicable Cases For the most part, written VBA in 32-bit is identical to 64-bit. There are … Continue reading VBA Project Conversion to 64-Bit