DoCmd.TransferDatabase for Text CSV Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Windows XP, Access 2003

I have a link to a text file that I want to adjust the file location based
on user input. This only works in the TransferDatabase command for the
following (according to help) databases.
Microsoft Access; Jet; dBase; Paradox; ODBC Databases; WSS

Is there a way to use this to link to a text file like from the Table->New
command?

Thanks
 
I answered my own question. But for anyone else needing this use the command:

DoCmd.TransferText
 
Back
Top