
Indexing atached dBase III tables
I have a problem with VB 4 and using indexes on dBase III files.
I attached one DBF table (that is updated every night by anither application)
to my MDB database. Now I need to search on a part of an employees name. I
can't seem to find the way to perform this with the FindFirst method. The Seek
method can't be used also because i can't create indexes. Now I perform a
sequential search with use of the InStr() function but I'm sure there must be
another way.
Anyone ?
Robert van Hoornaar