J
Jack-of-all-traits
Does anyone have more info about the Yahoo API using the SOAP
system to automate searches via access ? or even the google API
services, which are limited to a mere 1000 searches per 24 hours
with no idea of when or if this limitation will ever move up to 100,000
per day.
How can I implement this for a beginner into some sort of module
or code with VBA in Access XP ?
Anyone have any sample code I can attach to the click event so that
when I press the button the text in my field gets searched and the
number of results is displayed ? I am not interested in the websites
or results, only the number of results from "web" pages, and also if
possible "groups" portion of the internet.
If the field name is "query name" and the text box can contain any
word or combination of upto 10 words.
If the button on the form is called "search button".
If the resulting number of hits or search results are between 0 and
3 billion (internet webpage size on hard drive of search engine
company) and its to be put into the corresponding table field name
"Result Number".
What is the actual code required to embed this into Access XP ?
in the case of google (with key), and other such as yahoo etc...
Thanks.
system to automate searches via access ? or even the google API
services, which are limited to a mere 1000 searches per 24 hours
with no idea of when or if this limitation will ever move up to 100,000
per day.
How can I implement this for a beginner into some sort of module
or code with VBA in Access XP ?
Anyone have any sample code I can attach to the click event so that
when I press the button the text in my field gets searched and the
number of results is displayed ? I am not interested in the websites
or results, only the number of results from "web" pages, and also if
possible "groups" portion of the internet.
If the field name is "query name" and the text box can contain any
word or combination of upto 10 words.
If the button on the form is called "search button".
If the resulting number of hits or search results are between 0 and
3 billion (internet webpage size on hard drive of search engine
company) and its to be put into the corresponding table field name
"Result Number".
What is the actual code required to embed this into Access XP ?
in the case of google (with key), and other such as yahoo etc...
Thanks.