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?
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?