I can import a text file using the following code:
Docmd.TransferText , , "Crinc Temp", "C:\Access\Rec_1019.txt", False
but I want to be able to place a textbox on a form and have the user be able to enter the textfile name they want to import (the text file is always the date so it will...