Automatic importing of text files

D

Dustin Swartz

Does anyone have an example of a macro that will auto import a text file
upon execution?

Also the text files that I am dealing with contain the "Column Header" as
"row headers"

In other words the first record in the first columns of each row needs to be
my column name. Any ideas how I can format such aninput?

Thank you.
 
J

John Nurick

Hi Dustin,

It's the TransferText macro action or the DoCmd.TransferText VBA
statement. Details are in Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top