pfm721 said:
Thanks, I am hoping one of the MVP's with experience can at least point me in
the right direction as to the resources I will need to consult. I am hoping
that although code intensive it will be straight forward since all of the
information is located at the same spot on all of the pages. The design of
the page is static at least. I have wondered if I transferred it to the text
html form if I could automate it then, but I don't really know where to start.
I'm no MVP, but here goes.
For me, it would be easier from a stand-alone program, if you have the tools to write
one. I'm not competent enough with VBA to tell you how to do it in Access. Hopefully
you can call an external dll.
In any case start with WinInet.dll. Google will turn up a ton of stuff. There are
some good articles on the Microsoft site. You can use it to read a web page into a
string variable, and parse it as you wish.
Secure pages (
https://) are tougher, but maybe doable.
To get a feel for what you'd need to search the string for, right click on a web page
of interest, and choose 'View source', then see if you can find what you're looking
for(some distinct word or phrase).
HTH,
Mike