I like using classes in Access, in a number of ways.
* Static classes such as clsErrorHandler in Northwind 2 Dev Edition (NW2), to further encapsulate error handler functions.
* Form subclassing, so we can have common functionality (responding to certain common events) implemented once, and...