K knowledge76 Registered User. Local time Today, 22:20 Joined Jan 20, 2005 Messages 165 Jul 6, 2005 #1 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?
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?
D DaveJHPT Registered User. Local time Today, 21:20 Joined Mar 17, 2005 Messages 64 Jul 6, 2005 #2 You can't. Add a new field called ID (or something) of type Autonumber and set it as the primary key. Dave
You can't. Add a new field called ID (or something) of type Autonumber and set it as the primary key. Dave
D DaveJHPT Registered User. Local time Today, 21:20 Joined Mar 17, 2005 Messages 64 Jul 7, 2005 #3 Fair point. I hadn't really realised that was what the OP wanted... Dave