Bug Alert MS Access Report Horizontal Scroll Bar Bug When certain reports open, the horizontal scroll bar gets drawn on the screen and then gets stuck in its original draw location.
Advanced Super-Safe Boolean Handling If you want to be safe when working with Booleans, you need to ensure they're stored as 0 or -1. That's not as easy as you might think.
Intermediate The Subtle Dictionary Key Bug Always explicitly call the .Value property when using fields or controls as Dictionary keys. Else the bugs come crawling!