If each record type has the same number of fields, definitely import first and then normalize.
If not, you can go two routes....
Import each row into one column and code the break out into fields and load the tables seperately.
Alternately, you can open the text file via VBA, read the file line by line, figure out the destination filetype and write conditionally to three seperate files and then import each of those.
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.