One thing you can do is use the textfile as a datasource. With CFHTTP you can use a textfile as datasource. Just provide a name (this will be the query name), a delimiter for the columns, a textqualifier which indicated where one row starts and ends, and the names of the columns in a comma-delimted list. Also make sure you set the method to "GET". Once you have your recordset, do an insert on your access DB for each row by doing a CFOUTPUT QUERY. Hope this will help you get started.
<webguru>iqof188</webguru>