Probably a dumb question, but....
Using Access version 7.0 (Office '95)
I have a field ("SSN_Sequence" in a table containing 40,000+ records which will eventually have 60,000+ records. This field contains both a 9-digit SSN plus an ascending sequence code (i.e., -1, -2, etc) for each like SSN. To further explain... if SS# "123456789" appears in the table twice, the first occurrence of this person's record would contain "123456789-1", the next "123456789-2".
This field when created was set up as: Indexed - "Yes (No Duplicates)". Later, it was also set as the primary key. When I look now at the indexes related to this table, there are actually 2 entries - one called PrimaryKey and the other called SSN_Sequence and the field name for both of these is obviously "SSN_Sequence".
So here's the question: Is Access actually maintaining 2 indexes for the same field? And would this be unadvisable? I'd think this is something I probably need to clean up and simply have set as Primary Key.
Using Access version 7.0 (Office '95)
I have a field ("SSN_Sequence" in a table containing 40,000+ records which will eventually have 60,000+ records. This field contains both a 9-digit SSN plus an ascending sequence code (i.e., -1, -2, etc) for each like SSN. To further explain... if SS# "123456789" appears in the table twice, the first occurrence of this person's record would contain "123456789-1", the next "123456789-2".
This field when created was set up as: Indexed - "Yes (No Duplicates)". Later, it was also set as the primary key. When I look now at the indexes related to this table, there are actually 2 entries - one called PrimaryKey and the other called SSN_Sequence and the field name for both of these is obviously "SSN_Sequence".
So here's the question: Is Access actually maintaining 2 indexes for the same field? And would this be unadvisable? I'd think this is something I probably need to clean up and simply have set as Primary Key.