I know there is a way to write VBA code that will import text files into an access database. I'm just not sure how to do this.
I've found this, but my data is not delimited. It is by spaces.
DoCmd.TransferText(acImportDelim,, "MyTable", "Path to text file")
What would I change the acImport to? Or would I leave it blank?
Thanks in advance!
I've found this, but my data is not delimited. It is by spaces.
DoCmd.TransferText(acImportDelim,, "MyTable", "Path to text file")
What would I change the acImport to? Or would I leave it blank?
Thanks in advance!