key?

D

Duane Hookom

A primary key is a field or fields in your table, not a record. There are
lots of opinions on what type of field or fields to use. I almost always add
an Autonumber primary key field to tables.
 
J

John W. Vinson

What record should i set my primary key to ?

Sorry, but the question makes no sense.

Every record in the table should have a Primary Key. This is one field (or
more than one, up to ten fields) which uniquely identifies the record: only
one record in the table can have that value of the PK. It also must be
non-Null.

Could you explain the current structure of your table, and just what it is
that you are trying to accomplish?
 

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