Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FILE SEARCHES

Status
Not open for further replies.
Sep 13, 2002
3
US
Dear Experts,

I need to design a program that goes into a particular file folder and performs a file search based on information contained in text or word files and a user-defined saarchkey.

For example, there is a windows folder called Resume_Storage, and within that folder there are about 10 RESUMES stored (created using WORD).

WHAT I WANT MY IMAGINARY PROGRAM TO DO:

Let's say, I am an Employment Services Recruiter, and I want to create a list of Job Candidates with backgrounds in C++, my program should be able to read the text in all 10 of the files within the Resume_Storage folder.

A grouping of files is then returned closely matching the criteria I set with my search key (C++). Once my search is complete, I want the file names of the found documents to be temporarily stored in a database for viewing by the user (in my case, the recruiter).

IS THIS POSSIBLE USING ACCESS?


PLEASE LET ME REITERATE, I AM DOING A SEARCH ON THE TEXT OR WORDS WITHIN THE WORD FILE OR TEXT FILE, NOT ON THE ACTUAL FILE NAME (RESUME.DOC).

Thank you,

Robert Perkins
 
Open the file in VB as BINARY for INPUT and search to your heart's content.

rollie@bwsys.net
 
You could try looking at this thread to get a list of files in a folder - the example is to load the details into a combo box, but I'm sure you can manipulate it :)

thread702-321530

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top