This is related to financial audited statements. I want to write a macro or vb code to scan a document looking for keywords. When the keyword is found, all of the data after the keyword is stored in a field until the next keyword is found.
Here is an example. The original document is a text document. I create an access table to hold the specific data. Then, I run the vb code or macro to scan the text document. When the code finds the keyword NAME, it imports the data after the title into the name field. Then it finds the keyword ADDRESS and imports the data that follows into the address field. Next, it might find the keyword company background and imports the text that follows into a memo field. The code would continue until the entire document is scanned and imported into the related data fields.
Does anyone have suggestions on how to handle this challenge. Thanks for your responses.
Jeff
Here is an example. The original document is a text document. I create an access table to hold the specific data. Then, I run the vb code or macro to scan the text document. When the code finds the keyword NAME, it imports the data after the title into the name field. Then it finds the keyword ADDRESS and imports the data that follows into the address field. Next, it might find the keyword company background and imports the text that follows into a memo field. The code would continue until the entire document is scanned and imported into the related data fields.
Does anyone have suggestions on how to handle this challenge. Thanks for your responses.
Jeff