If the text is formatted as a fixed-width or comma-delimited table, you can
1. Link it with File|Get External Data|Link
2. Import it with File|Get External Data|Import
3. Link or import it with DoCmd.TransferText
Regardless of what format it is in, you can use VBA file I/O statements to process it.
Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein