S
slescure
i have a csv file sitting on a web server - i don't have the option
(easily anyway) to ftp it to a file server.
I want to import it to Access using VBA. I thought the TransferText
method might work, something like:
DoCmd.TransferText acImportDelim, , "tblImportData",
"http://www.etc...", False
can i use a URL with this statement? apparently not, since it doesn't
seem to work...
is there another method i should be looking at.
I guess i could convert the csv to xml and try and import that, but
that's quite a bit of work.
any ideas?
thanks
(easily anyway) to ftp it to a file server.
I want to import it to Access using VBA. I thought the TransferText
method might work, something like:
DoCmd.TransferText acImportDelim, , "tblImportData",
"http://www.etc...", False
can i use a URL with this statement? apparently not, since it doesn't
seem to work...
is there another method i should be looking at.
I guess i could convert the csv to xml and try and import that, but
that's quite a bit of work.
any ideas?
thanks