How to search a text file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 97 code module, how do I write a routine to search for a specific
string on a text file?
 
In Access 97 code module, how do I write a routine to search for a specific
string on a text file?

An external .txt file?

Use File... Get External Data... Link to link the file as if it were a
table, and create a Query to search it. Just how the query would look
will depend on the structure of the table - just one field? searching
for exact matches or embedded text? etc.

John W. Vinson [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

Back
Top