Unique Index

knowledge76

Registered User.
Local time
Today, 22:20
Joined
Jan 20, 2005
Messages
165
I have a beginner Question....How can I set an unique Index on a field in a table if all the four fields are using duplicate values?
 
You can't.

Add a new field called ID (or something) of type Autonumber and set it as the primary key.

Dave
 
Fair point. I hadn't really realised that was what the OP wanted...

Dave
 

Users who are viewing this thread

Back
Top Bottom