access to the index

V

VMichl

is it possible to gain direct access to the index data?
or how to get a list of words stored in all text/memo fields of a db table
(mdb)?

thanks
 
D

Douglas J Steele

AFAIK, there's no way to get access to the index, but then I don't really
see how it would help you any how: the indexes wouldn't contain lists of
words, they would contain lists of phrases.
 
V

Vladimir Michl

Is there any other viable way of getting the list of words (dictionary) from
a MDB table containing text and memo fields?

V.M.
 
Top