J
JT
I'm still trying to automate importing a csv file into my database to display
both numbers and letters in a field. Currently only the numbers are being
displayed in my table.
I've checked the table format and it is correct (text). I've been told to
create a specification name for the transfertext command.
The research I've done says to create it using the Import Wizard; which I
have done. I have inserted the spec name into the transfertext command but
when I run the code, I get the following error message:
The text file specification "DeptID" does not exist. You cannot import,
export, or link using the specification.
FYI.........Following is the command I'm using to import the csv file:
DoCmd.TransferText acImportDelim, "DeptID", "DeptID_Data", Location, False
Any suggestions on this issue would be greatly appreciated. Thanks for the
help!
both numbers and letters in a field. Currently only the numbers are being
displayed in my table.
I've checked the table format and it is correct (text). I've been told to
create a specification name for the transfertext command.
The research I've done says to create it using the Import Wizard; which I
have done. I have inserted the spec name into the transfertext command but
when I run the code, I get the following error message:
The text file specification "DeptID" does not exist. You cannot import,
export, or link using the specification.
FYI.........Following is the command I'm using to import the csv file:
DoCmd.TransferText acImportDelim, "DeptID", "DeptID_Data", Location, False
Any suggestions on this issue would be greatly appreciated. Thanks for the
help!