Primary Key/Alternate Key

D

Dominick D.

Hello All; I want to know if you can set up an alternate key in a table? I
know about setting up a primary key, but how do you set up an alternate key?
Thanks.
 
J

John W. Vinson

Hello All; I want to know if you can set up an alternate key in a table? I
know about setting up a primary key, but how do you set up an alternate key?
Thanks.

Just what do you mean by "an alternate key"???

You can create up to 32 Indexes on a table; each index can span one to ten
fields, and can optionally be unique. So if you want FieldA to be the Primary
Key, and FieldB to be a non-null unique value, set FieldB's Required property
to Yes, and use the Indexed option on the field properties to create a unique
index on the field.

If you have some other meaning for the term please explain.
 

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