Quote Originally Posted by RobDog888
You can use the .TransferText function in Access.
VB Code:
  1. Application.DoCmd.TransferText acExportDelim, , "Table1", "C:\Test.txt", True
What if this was the other way around??

From a text file to a Database? I know the database must me design with at least 1 table...