B
Beetle
First a little background. The company I work for has to
submit a return to our manufacturer once a month. For
reasons known only to their web gurus, they have provided
no way to interface with their website from our Dealer
Management System. Nor is there any way to upload a file,
do a mass copy/paste, etc. We have to manually enter
300 - 400 part numbers each month.
I can get the list of parts from our DMS into an Access table,
and I am going to try to use VBA to loop through the recordset
and send the data (PartNumber/Qty) to the web page. I've looked
a bit at SendKeys, but I have seen many developers say that
SendKeys is unreliable and should be avoided. What I need is
the programmatic equivalent of;
enter the Part Number, hit Tab, enter the Qty, hit Tab again
then Loop
I'm wondering if anyone knows of any kb articles, white papers,
etc. I've seen postings about placing a URL into the address bar
in IE and things like that, but haven't found anything so far about
entering data into fields on a web page, but I could be overlooking
something obvious.
Any input would be appreciated.
submit a return to our manufacturer once a month. For
reasons known only to their web gurus, they have provided
no way to interface with their website from our Dealer
Management System. Nor is there any way to upload a file,
do a mass copy/paste, etc. We have to manually enter
300 - 400 part numbers each month.
I can get the list of parts from our DMS into an Access table,
and I am going to try to use VBA to loop through the recordset
and send the data (PartNumber/Qty) to the web page. I've looked
a bit at SendKeys, but I have seen many developers say that
SendKeys is unreliable and should be avoided. What I need is
the programmatic equivalent of;
enter the Part Number, hit Tab, enter the Qty, hit Tab again
then Loop
I'm wondering if anyone knows of any kb articles, white papers,
etc. I've seen postings about placing a URL into the address bar
in IE and things like that, but haven't found anything so far about
entering data into fields on a web page, but I could be overlooking
something obvious.
Any input would be appreciated.