N
Neil
Hello All,
I have noticed in my Database that my tables all have two index's for the
Primary Key field. For example if i have a table and the Primary Key field
is called lngDescriptionID. I have the following Index's:
Index Name Field Name Sort Order
lngDescriptionID lngDescriptionID Ascending
PrimaryKey lngDescriptionID Ascending
In another table the ID field could be lngMachineID and this would have the
following Index's:
Index Name Field Name Sort Order
lngMachineID lngMachineID Ascending
PrimaryKey lngMachineID Ascending
Does this mean that I have 2 index's here on the same field and that I could
delete the field index and keep the PrimaryKey index or do I need to keep
both? Bit confused here as to why i have 2 index's on the same field??
I am using WindowsXP SP1 and Access 2003 if it is relevant.
TIA,
Neil.
I have noticed in my Database that my tables all have two index's for the
Primary Key field. For example if i have a table and the Primary Key field
is called lngDescriptionID. I have the following Index's:
Index Name Field Name Sort Order
lngDescriptionID lngDescriptionID Ascending
PrimaryKey lngDescriptionID Ascending
In another table the ID field could be lngMachineID and this would have the
following Index's:
Index Name Field Name Sort Order
lngMachineID lngMachineID Ascending
PrimaryKey lngMachineID Ascending
Does this mean that I have 2 index's here on the same field and that I could
delete the field index and keep the PrimaryKey index or do I need to keep
both? Bit confused here as to why i have 2 index's on the same field??
I am using WindowsXP SP1 and Access 2003 if it is relevant.
TIA,
Neil.