Which part is giving you trouble? I see this as two issues. First you would most likely have to parse your textfile into a table. Second you would loop through the records and automate the mailmerge function in word.
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
The easiest way is to create a .DBF file with the desired structure, similar to the text file. Then, issue:
IMPORT FROM MyFile.TXT SDF
You can then use a query to select the desired records for your merge.
As for the mail merge, use the keyword search and look for 'mail merge'. There are numerous posts on that subject.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.