If you have considered moving in Access 2000 from a Jet database (.mdb) file to an Access Data Project (.adp), you may have been unhappy with the loss of CurrentDb/CodeDb and the requirement to rewrite all of your DAO code into ADO code. Well, if this bothers you, read on! The code module ADO_to_DAO allows you to take an ADO Connection object to either a Jet or a SQL Server database (such as one from Access 2000's CurrentProject.Connection) and convert it into a DAO Database object. You can safely move to an .ADP and then worry about the move to ADO at a later date!