I am relatively new to VBA programming in Access and am wondering if/when I should be compiling my database (i.e. from the VBA Editor, selecting Debug > Compile Database). Should I be doing this every time I add/edit code, or only before distributing a new version to users, or do I not need to worry about it at all? I haven't been running this command and my database seems to work fine, so I am thinking that Access must be automatically compiling my code anytime I make changes?
Any insight would be appreciated.