Search text and import into Access

T

ThePolymathicMonk

I am (attempting) building an employee db in Access. The lofty goal is to do
keyword searches of present and potential employee resumes and populate table
fields based on the search results. Is this even possible?
 
K

Ken Snell [MVP]

Possible? Yes. You'd read in the entire resume (text file) as a memo field
into a table, and then search the memo field for your desired words, and
then update other tables based on your findings.
 
T

ThePolymathicMonk

Thanks Ken,

I will give that method a try...I am sure this will take several layers of
queries...to get the data I want.

Thanks Again,

KMN
 
Top