Import data from "; delimited txt file"

R

Richard

I need to import several txt files(; delimited) into tables on a daily basis.
from these tables I require only parts of the inforamtion in the tables.
What is the best procedure for this?
 
S

Stefan Hoffmann

hi Richard,
I need to import several txt files(; delimited) into tables on a daily basis.
from these tables I require only parts of the inforamtion in the tables.
What is the best procedure for this?
Import the entire file into an import table using an import
specification. Use an append query get your data in your normal tables.

http://www.databasedev.co.uk/text-import-macro.html


mfG
--> stefan <--
 

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