Right now I’m grasping at straws to work-around my problem with reading a .dbf file from Access. So, I hit upon the solution of using Access to open the .dbf in Excel, then saving it to a .txt file, which I can than link to. I’m able to open Excel, but I can’t seem to save the worksheet as a different format. I’m using:
objXLBook.SaveAs "c:my documents10289002.txt", "Text(Tab delimited)"
It is apparently the “Text(Tab delimited)” that is the stumbling block (I’ve also tried it with a space inserted after Text, and also with just “Text”). If I leave off this parameter altogether, it saves the worksheet in its original format to the file I specified. Does anyone know what the proper parameter is? I’m really desparate!