Unique Record

  • Thread starter Santosh Puthran
  • Start date
S

Santosh Puthran

I am having a table ABC with fields. The field names are
Customer , Division, Account Number.

I want to have unique records for the field "Customer"
only. How should I do in Access ?
 
T

tina

you can set the "Customer" field as the table's primary
key. if you already have a primary key field and don't
want to change it, you can set the field index's Unique
property to Yes. do as follows
open the table in design view.
click on the Customer field.
in the Field Properties list (bottom half of the window),
change the Indexed property to Yes (No Duplicates). it's
available in the droplist.
 

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