InstructionWhich7142
Registered User.
- Local time
- Today, 19:50
- Joined
- Feb 24, 2010
- Messages
- 206
I need to seek on a non unique index, I have set the order with a select when I've opened the recordset, does seek definitely find the first occurance when using "=" ?
Because the above statement has me worried! I'm not searching backwards, but, can a start to finish seek be relied upon to work in the right order as this is critical! thanks
If comparison is less than (<) or less than or equal (<=), Seek starts at the end of the index and searches backward. However, if there are duplicate index entries at the end of the index, Seek starts at an arbitrary entry among the duplicates and then searches backward.
Because the above statement has me worried! I'm not searching backwards, but, can a start to finish seek be relied upon to work in the right order as this is critical! thanks
