Hi all,

I've been given the task (torture?) of discovering why one of our applications has stopped working correctly since Access 2000 was installed on our desktops. The application uses the DAO 2.5/3.51 compatibility library for database access.

I did find out that Access 2000 is not compatible with Jet 3.51, and since the DAO 2.5/3.51 compatibility library is using Jet 3.51 exclusively, I'm sunk on that point.

I did try Microsoft's suggestion of using a reference to DAO 3.6. However, I am now getting a host of "Member/Reference not found" errors all through my code on members such as "Table", "OpenTable", and "Snapshot". The app compiles fine with 2.5/3.51.

I used VB's object browser on both the 2.5/3.51 and 3.6 libraries and they look nearly identical, so I'm not sure why these members seem to go missing after migration. None of them pop up automatically in the little code helper window while coding in either library version.

Anyone have any ideas, advice, or similar problems? I'd love to hear from you! =)

Thanks,

KLA