I looked for quite a ways back but couldn't find the thread you referred to. Please give the thread number if you can, or at least the date.
An Access Primary Key Violation is usually a duplicate key condition when you're trying to insert a record. It can also result from trying to insert a null value into a required foreign key field, or trying to insert a foreign key value that doesn't exist in the parent table. Rick Sprague