MoonMullen
Programmer
I am trying to read in a record that is very large. Access "sees" the file as one record, while Excel "sees" the file as 57,834 records, or rows. I realize I am exceeding the limit that a string variable can hold. Is there anyway to use a variable greater than a variable-length string, which can hold up to approximately 2 billion characters? After holding this really long string, I will be searching for the linefeed character to break the string into a usable format. I