imterpsfan3
Programmer
If I have a field in a table that serves as a lookup field to another table, should I index the field in both the main table and the lookup table? Or should I just index the related field in the main table? I did not know if having an index in both tables amounts to double indexing. Thanks in advance...