I was reading Access 2003 Inside Out today and it mentions that you can place a single index spread over Multiple Fields.
For example you can place one index on fields.
Lastname
MiddleName
Firstname
This is to increase effeciency for searches for multi criteria where clauses.
Where [Lastname] = "Smith" AND [firstName] = "John"
Do you take advantage of this feature? Is it worth implementing. This is the first time I have heard of multiple Field index.
Thanks
For example you can place one index on fields.
Lastname
MiddleName
Firstname
This is to increase effeciency for searches for multi criteria where clauses.
Where [Lastname] = "Smith" AND [firstName] = "John"
Do you take advantage of this feature? Is it worth implementing. This is the first time I have heard of multiple Field index.
Thanks