Version info: Access 2003 or 2000; OS: XP Pro
I have an Access database that creates a .csv file from some SQL data. This file is then uploaded from my client to a vendor's website.
The process now is to create the file, open a browser, logon to the vendor's site, get to the upload form page, select the file that has been created, and then submit the form.
I want to, from within Access, logon to their website and then post to the required form with the current data file selected.
My biggest question is how to logon to the site and main that session open.
Can I, create an Internet Explorer object, use it to post to the logon form, maintain that Internet Explorer object and then use it to submit to the upload form with the required paramters?
Any code samples for this type of thing?
Thanks.
Matthew Moran
I have an Access database that creates a .csv file from some SQL data. This file is then uploaded from my client to a vendor's website.
The process now is to create the file, open a browser, logon to the vendor's site, get to the upload form page, select the file that has been created, and then submit the form.
I want to, from within Access, logon to their website and then post to the required form with the current data file selected.
My biggest question is how to logon to the site and main that session open.
Can I, create an Internet Explorer object, use it to post to the logon form, maintain that Internet Explorer object and then use it to submit to the upload form with the required paramters?
Any code samples for this type of thing?
Thanks.
Matthew Moran