that error indicates that u entered a new data that already in ur database..
to avoid this kind of error try disable the primary key of field of ur table.
>>Open ur Database using MS access
>> Right-Click the appropriate Table
>> Select Design View
>> Right Click the "KEY" icon
>> Select Primary Key
>>Save
>> Close the Database