1. Configuration of the Access driver Before using PIMphony with Access, you have to configure the Access driver. You must give the database path, the table name containing contact information and the fields of the table used by PIMphony : firstname, lastname, the key and the phone numbers. The key is used to identify a contact and must be set to a field of the table which can reference a record (contactID, index, ...). If no key field is present then it must be at least set with the lastname field or with a phone number field of the Access table. After a modification of this configuration, PIMphony must be restarted. Notes : · If you want to connect to an Access 2000 database, you must first install Access 2000 on your computer. · In an Access database, the phone numbers may be stored either: - in pure canonical format - or in dialable format including the outside prefix. 2. Configuration of the actions ("Advanced") The actions correspond to the command to execute for opening, creating, closing and showing a contact. The program launched can be: · An exe file · A bat file · A cmd file · Or other The possible parameters of this program (set in the command line) are: · $1: the phone number (corresponds to the call identification) · $2: first name of the contact · $3: last name of the contact · $4: contact ID of the contact (corresponds to the key of the identified record) It is also possible to launch an Access form to display a contact when executing the action (with a macro which opens the right form) . It is not necessary to restart PIMphony after a modification of this configuration.