No its not at all. Not sure where it lives {i assume in the hidden tables}, but in any case, once you give it a name {for example MySpec } you can use it thus wise
DoCmd.TransferText acExportDelim, "mySpec", "tblMyTable", "c:\myFile.txt", -1
for example.
Dave