I have a table (NonMember) with a primary key of 'fullname'. When I try to insert a name (firstname & surname) that already exists in the table I am given the following message:
"Violation of PRIMARY KEY constraint 'PK_NonMember'. Cannot insert duplicate key in object 'NonMember'."
Some names are quite popular and I need to be able to insert several John Smiths or Mary Murphys, for example. The Fullname must remain as the primary key. [sig][/sig]
"Violation of PRIMARY KEY constraint 'PK_NonMember'. Cannot insert duplicate key in object 'NonMember'."
Some names are quite popular and I need to be able to insert several John Smiths or Mary Murphys, for example. The Fullname must remain as the primary key. [sig][/sig]