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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top