I must be missing something here, but if you are aware of the reason for the error, and you want a table with unique MFG, MAKE, MODEL combinations, then, have your query select unique values for your INSERT.
I suppose you could instead insert rows one at a time from within a cursor and ignore the constraint errors. You could also do the INSERT with no primary key defined, then remove the duplicates after the INSERT (this can be tricky, though), and then establish the primary key. But I know of no set-based way to do what you want.
I've heard it said from Relational purists that it can take over a year to recover from Access poisoning. :D
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com