Hi all!
Lets see if someone could help me with this...
Database: Access 2000
Indexes for log table: Ix(A,B,C,D) PrimaryKey(D,B,A,C)
I cannot change the index, so I have to use those ones
When im running this query:
SELECT A,B,C,D FROM log WHERE A='a' AND B='b' AND C='c' AND (D<d1) AND E>=...