Thanks, and some more information.
Hunter, spyder, and JHausmann, thanks for your tips and advice. I really appreciate hearing about other folk's experience.
I do have one tidbit to add.
I'll first restate the problem: When I go from the Microsoft DAO 2.5/3.51 compatibility library to the DAO 3.6 library, I get a pile of "Member not found" errors on methods and members such as "Snapshot", "Table", and "OpenTable".
Well, after digging around the MSDN Help Library in VB6, I found an article that defines a list of Obsolete Features in DAO. Apparently these features were from Microsoft Access version 1.x and 2.0, and VB 3.0 and earlier. It also states that though these features are obsolete, they are still supported for backwards compatibility with existing user code.
It just so happens that these "still supported" features are the exact same ones that are causing me errors when moving from the old DAO to the new DAO. Hrm.... The article does list replacement features. I may try just replacing the obsolete (but still supported...yeah right) features with the replacement features. If that doesn't work it's ADO time. =)
Thanks again for your help, it's nice to know I'm not the only one! =)