1.  Access 2000 是要用到 MSJET 3.6 的.如果你的机器还没安装office 2000, 
下载 Visual Studio 6.0 Service Pack 3  or  Visual Studio 6.0 Service Pack 4
AT http://msdn.microsoft.com/vstudio/sp/vs6sp4/default.asp
//--------------------------------------------//
Updated Data Access Objects (DAO)
An updated version of DAO 3.6 is included in Visual Studio 6.0 Service Pack 3. DAO 3.6 ships with Office 2000, and the files provided in this service pack make it possible for you to develop for the updated version. DAO 3.6 can be installed along with DAO 3.5x. The SDK source files noted later in this document are not redistributable.Upgrading to DAO 3.6 is recommended only for existing DAO applications that need access to Office 2000 format databases. For new projects, it is highly recommended you use ActiveX Data Objects (ADO) which is the successor to DAO as the Microsoft preferred data access programming model (built on the new OLE DB technology).//---------------------------------------------//
2. 
Using Access 2000 databases with MFC 6.0. 
MFC 6.0 has the ability to use Microsoft® Access 2000 databases. To engage this support in your application, you must enable DAO 3.6 by:Linking with the DLL version of MFC and adding the following line to InitInstance before you make any database-related calls: AfxGetModuleState()->m_dwVersion = 0x0601 – or – Recompile the MFC static libs with _MFC_VER set to 0x0601. 详细信息, http://msdn.microsoft.com/vstudio/sp/vs6sp3/vcfixes.asp#visualc_crt