G
GPO
Access 2000 SP 3
Howdy all. I'm importing tab delimited text using:
DoCmd.TransferText acImportDelim, "MySpec", "tblMyTable", FileToLoad, False
Two related questions.
1) I want to check the delimiting before I start. How can I look into the
text file and see that there are x number of tabs in each row? If there
aren't the desired number, I don't want to import it.
2) Is there a way to run through the text file and look for characters not
in ASCII Character Set (0 - 127)?
Regards
GPO
Howdy all. I'm importing tab delimited text using:
DoCmd.TransferText acImportDelim, "MySpec", "tblMyTable", FileToLoad, False
Two related questions.
1) I want to check the delimiting before I start. How can I look into the
text file and see that there are x number of tabs in each row? If there
aren't the desired number, I don't want to import it.
2) Is there a way to run through the text file and look for characters not
in ASCII Character Set (0 - 127)?
Regards
GPO