I'm trying to import data from a Fixed-Width Text File however, I've come to find out that the length of each line in the text file is quite long... I tried to import it first to Excel but when I did that, it would cut off some of the needed data in each line because Excel only imports to Column IV...
I tried importing using the "Get External Data, Import", however, the architecture is limited to approximately 32,000 and I'm needing at least 94,000 characters...
My next option (and one I would prefer to use anyhow), is importing using DAO with recordsets and all... I am unable to find any documentation on opening a text file and pick it apart as needed...
Has anyone done this before and if so, can you enlighten my headache?
Thanks in advance,
Roy McCafferty (aka BanditLV)
Las Vegas, NV
I tried importing using the "Get External Data, Import", however, the architecture is limited to approximately 32,000 and I'm needing at least 94,000 characters...
My next option (and one I would prefer to use anyhow), is importing using DAO with recordsets and all... I am unable to find any documentation on opening a text file and pick it apart as needed...
Has anyone done this before and if so, can you enlighten my headache?
Thanks in advance,
Roy McCafferty (aka BanditLV)
Las Vegas, NV