Hello,
I'm kinda confused why I can't import a file into my table when there is a period in the file name. I'm using the code:
DoCmd.TransferText _
TransferType:=acImportDelim, _
SpecificationName:="Test", _
TableName:="Test1", _
FileName:=Test1.010101.txt, _
HasFieldNames:=False