Insert records into a table with a primary key

  • Thread starter aspfun via AccessMonster.com
  • Start date
A

aspfun via AccessMonster.com

It is simple in MDB to Insert records from a query (with more tables) into
table B in which there ia a primary key. It will create unique records in
table B.
But in ADP (project file) will cause an error as below:
Violation of PRIMARY KEY constraint 'PK_ID'. Cannot insert duplicate key in
object 'A'
Which way to do it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top