BlueSpruce
Member
- Local time
- Yesterday, 22:41
- Joined
- Jul 18, 2025
- Messages
- 45
Bingo!.. That's what I thought. It's aI think every time you need to recompile, such as editing a line of code and saving it as the trivial example, Option Explicit gets considered. However, VBA in Access is compile-on-need, not necessarily every time you launch a form or report. If you compiled a module and have not made any changes, it doesn't compile again on launch. (Of course, if you DID edit the module to include "Option Explicit"... that IS a change to the code!)
Last edited: