Adding Headers from another Database

M

miss_mas

I am importing several text files that do not have headers, just data. I am
trying to append all of the imported tables to one another. The header names
are located in a separate file. I keep getting error message when trying to
use the append query because the files have generic headers .. F1, F2, etc.
How can I take the headers from the other table so I can append the files?

Help is greatly appreciated.
 
P

pietlinden

I am importing several text files that do not have headers, just data.  I am
trying to append all of the imported tables to one another.  The headernames
are located in a separate file.  I keep getting error message when trying to
use the append query because the files have generic headers .. F1, F2, etc.  
How can I take the headers from the other table so I can append the files?

Help is greatly appreciated.

If they all have the same structure, why not just create an import
specification and reuse it in your import code? The rest of this
sounds like way too much work.
 
M

miss_mas

How do you do this? I see the place for it in the drop down on the Macro for
the TransferText, but there isn't anything there.
 

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