Setting Index in primary key

M

Milamber

Hello everybody.
is it possible to have an Index that has Duplicates OK in
the primary key without it stuffing up? I have tried
this many different ways and it still dosen't work. I
am trying to set the Index to accept duplicates under a
primary key. Can it be doen or is it a pipedream? Also
what does Relationship must be on the same number of
fields with the same data types when they alredy are?
thanks
 
A

Allen Browne

By definition, a primary key uniquely identifies each record.
You cannot have duplicates in a primary key.
 
J

John Vinson

Hello everybody.
is it possible to have an Index that has Duplicates OK in
the primary key without it stuffing up? I have tried
this many different ways and it still dosen't work. I
am trying to set the Index to accept duplicates under a
primary key. Can it be doen or is it a pipedream? Also
what does Relationship must be on the same number of
fields with the same data types when they alredy are?
thanks

I share Allen's concern here. Is this a single-field or a multifield
Primary Key? Just what do you mean by "under"? A relationship must
indeed use the same number of fields and they must be of matching
datatypes - you can't plug a two-prong parallel plug into a three-hole
perpendicular socket!
 

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