Creating a Database with MS Access 97
     
       Note: Access 2000 
        is not compatible with MySQL and the MySQL ODBC drivers. This means that it is 
        not possible to send or receive data to or from the MySQL server with Access 2000. 
        Access 97 is the only Access version that works at this time. Future releases 
        of the MyODBC driver may rectify this issue. 
        To create a database/table in 
        MS Access 97:  
       
        - Open Access 
 
        - Select Database Wizard. 
 
        - Click 
          on the General tab, select Blank Database.
 
        - On the File New Database, save 
          in Desktop | File name: db1 | click Create. 
 
        - Click NEW | select DATA SHEET 
          VIEW | Click OK. 
 
        - Change the names of the first 5 fields to one, two, 
          three, four, five. 
 
        - Delete the remaining 15 columns. 
 
        - Save the 
          table as mytable. 
 
        - If prompted for Primary Key, just click YES. 
 
        - Now 
          type a person's name in each cell (one person per cell). 
 
        - Save 
 
        - Now 
          click FILE | SAVE AS EXPORT | To External File or Database | OK 
 
        - Save 
          in Desktop | Filename: mytable | Save as type: odbc 
 
        - Export mytable to 
          mytable in ODBC Database | OK 
 
        - File Data Source: DSN name: MS Access 97 
          database. 
 
        - Machine Data Source: select yourusername | OK 
 
       
    
    back
  |