I have my import function successfully importing a CSV file. I would like to modify it so that there is no need for a CSV file and it will get the data from a html file from the Internet (if connected) and just dump it into one table as-is.
The first step is to get my database to load data from the external webpage. Step 2 - Is it possible to prompt a user for their user name and password, then append this to the URL for "streaming" data into the Access database?
Thanks for your help.
The first step is to get my database to load data from the external webpage. Step 2 - Is it possible to prompt a user for their user name and password, then append this to the URL for "streaming" data into the Access database?
Thanks for your help.