The Access (version number) Developer's Handbook is good--lots of code examples, and it comes with a CD with sample DBs. You can look at the Access-included Northwind database to see "how it's done", though it doesn't necessarily use the best coding practices.
Anyway, the Access Developer's Handbook is good for me because it gives *good practices* information instead of simple informational fluff. Like a section on how and why to use DBEngine(0)(0) vs CurrentDB() to grab a Database object, and whether or not using CurrentDB.Close does anything (it doesn't), and why you should set all your variables to Nothing at the end of a subroutine and...
etc
It's a good book. I haven't read any others on the topic of Access, so no comparisons.