Is there a way to fetch through the index keys? I'm finding that <index>.find_next() always returns a pointer to the index key that's "next" in relation to the tables record pointer. Can't use it to step through the keys in the index (without also stepping through the records in the table). Am I missing something here?

Any suggestions on how to "find" a key, and then step forward through the index list from that point on?

Thanks.

-- tom