keyvalues | (Variant) An array of values to compare with values in each column. |
---|---|
seekoption | (Long) The SeekEnum value that specifies the type of seek.
1 - adSeekFirstEQ Seeks the first key equal to key values.
2 - adSeekLastEQ Seeks the last key equal to key values.
4 - adSeekAfterEQ Seeks either a key equal to key values or just after where that match would have occurred.
8 - adSeekAfter Seeks a key just after where a match with key values would have occurred.
16 - adSeekBeforeEQ Seeks either a key equal to key values or just before where that match would have occurred.
32 - adSeekBefore Seeks a key just before where a match with key values would have occurred. |
oRs.Seek(Val, 1);