I need to create a dual primary key in MS Access using code. Can anyone help please?
create dual primary key in access vb
Collapse
X
-
For what purpose? Can you state your purpose? All I know is that a primary key should be unique in one table. You cannot create another primary key on a table with the same field name. Unless, you created a foreign key to another table.
Hope it helps.Last edited by Killer42; Nov 14 '07, 02:06 AM.
Comment