Link to a dbIII file

P

Pierre

Hi,

Actually i am able to link to an external dbIII file.

My problem is that i want to make an indexed search in that file.

I dont want to use the index file associated with the db file (.ndx)
since i never know if they are updated.

Is it possible to do that and how,

regards,

Pierre
 
L

Larry Linson

... I want to make
an indexed search in that file.

I dont want to use the index file
associated with the db file (.ndx)
since i never know if they are
updated.

Is it possible to do that and how,

Perhaps it is possible, but I don't know how one could possibly perform an
indexed search without the index. You could, I suppose, import the .dbf into
an Access table, and create an index on the Access table. I suspect, unless
you will be doing multiple indexed searches before the data has to be
recaptured, that importing and indexing will cost more than performing the
indexed search will save over performing an un-indexed search.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top