I looked there and I still can not find anything, I may be looking in the wrong place... Here is the code to put it into the DB by hard coding,
DoCmd.TransferText acImportDelim, , "tblIngredients", "C:\Formula\3241.txt", True
MsgBox "File Transfered"
I would like to open a input box and they can type in the 3241 and it will import the file, but I can not find anything on input boxes, is there an easier way????